Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-08-23 10:18:45 +0400
committerMark Otto <otto@github.com>2013-08-23 10:18:45 +0400
commit3318a982290817b40b21a6405b85f791180b5129 (patch)
tree676f434629fb4b669b0711551ece8df5c987cf5a /_layouts
parentbc2e97756fcd00747fdc42ee2d58566a70378907 (diff)
add blog link to homepage
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/home.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index cc6e2681fa..91c60f6fc5 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -36,6 +36,9 @@
<li>
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
</li>
+ <li>
+ <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
+ </li>
</ul>
</footer>