]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add Issues & Releases links back to footer 12245/head
authorChris Rebert <code@rebertia.com>
Thu, 16 Jan 2014 01:29:54 +0000 (17:29 -0800)
committerChris Rebert <code@rebertia.com>
Thu, 16 Jan 2014 01:29:54 +0000 (17:29 -0800)
docs/_includes/footer.html

index 99aed22731f7dbf358390e02a03dd0f66b56f628..341dc34103536796cfe13c4da837d535bf232570 100644 (file)
       <li><a href="{{ site.expo }}">Expo</a></li>
       <li>&middot;</li>
       <li><a href="{{ site.blog }}">Blog</a></li>
+      <li>&middot;</li>
+      <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
+      <li>&middot;</li>
+      <li><a href="{{ site.repo }}/releases">Releases</a></li>
     </ul>
   </div>
 </footer>