diff options
| author | Mark Otto <[email protected]> | 2013-07-26 00:02:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 00:02:20 -0700 |
| commit | b4f023f80933613be8e72f81a616d33abc81a5de (patch) | |
| tree | 6e060344bcd88584aaec4b07ebbfac9965186748 /_layouts/default.html | |
| parent | 1659ac64732b71f207a278aa54aaf551295bf222 (diff) | |
| download | bootstrap-b4f023f80933613be8e72f81a616d33abc81a5de.tar.xz bootstrap-b4f023f80933613be8e72f81a616d33abc81a5de.zip | |
Make it so back to top link ain't broked no mo
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index edd211665..104f07f76 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -48,13 +48,13 @@ </div> </div> - <!-- Quick back to top --> - <a href="#" class="bs-top"> - Back to top - </a> - </div> + <!-- Quick back to top --> + <a href="#" class="bs-top"> + Back to top + </a> + <!-- Footer ================================================== --> <footer class="bs-footer"> |
