mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
Merge pull request #12245 from twbs/footer-links
add Issues & Releases links back to footer
This commit is contained in:
commit
96a9e1bae0
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@
|
|||
<li><a href="{{ site.expo }}">Expo</a></li>
|
||||
<li>·</li>
|
||||
<li><a href="{{ site.blog }}">Blog</a></li>
|
||||
<li>·</li>
|
||||
<li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
|
||||
<li>·</li>
|
||||
<li><a href="{{ site.repo }}/releases">Releases</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue