Skip to content

Commit f559908

Browse files
author
Michael Klishin
committed
More efficient use of space on the home page
1 parent 9701e2c commit f559908

File tree

4 files changed

+250
-213
lines changed

4 files changed

+250
-213
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href='/assets/stylesheets/sass/styles.css' media='screen' rel='stylesheet' type='text/css' />
1111
<link href='http://fonts.googleapis.com/css?family=Signika+Negative:300,400,600' rel='stylesheet' type='text/css' />
1212
<script src='/assets/javascripts/jquery-1.7.min.js' type='text/javascript'></script>
13-
<script src='/assets/javascripts/toc.js'></script>
13+
<script src='/assets/javascripts/bootstrap.min.js'></script>
1414
<meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
1515

1616
<script type="text/javascript">

articles/community.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: article
88
Announcements of releases, important changes and so on are announced on Twitter. <a href="https://twitter.com/clojurewerkz" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @ClojureWerkz</a> for updates.</p>
99

1010

11-
### IRC
11+
## IRC
1212

1313
Feel free to stop by `#clojurewerkz` on `irc.freenode.net`. There is a [Web IRC client](http://webchat.freenode.net/)
1414
if you need one.

0 commit comments

Comments
 (0)