Try this over here.
This commit is contained in:
parent
14ae294f4d
commit
c729f95269
1 changed files with 10 additions and 10 deletions
|
@ -59,6 +59,16 @@
|
|||
<footer role="contentinfo">
|
||||
<div class="container">
|
||||
<header class="navbar navbar-default navbar-fixed-bottom copyleft-navbar">
|
||||
<p>
|
||||
<a href="/about/about/">About this site</a><br/>
|
||||
By submitting changes and/or additions to this site, you irrevocably
|
||||
agree to release your contribution under the
|
||||
<a rel="license"
|
||||
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
|
||||
Commons Attribution-ShareAlike 4.0 International License</a>, with the understanding that a hyperlink or
|
||||
URL is sufficient for CC BY-SA 4.0 attribution.
|
||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p>
|
||||
</p>
|
||||
<nav class="collapse navbar-collapse copyleft-navbar-collapse" role="navigation">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<TMPL_IF EDITURL>
|
||||
|
@ -90,16 +100,6 @@
|
|||
</TMPL_IF>
|
||||
</ul>
|
||||
</nav></div></header>
|
||||
<p>
|
||||
<a href="/about/about/">About this site</a><br/>
|
||||
By submitting changes and/or additions to this site, you irrevocably
|
||||
agree to release your contribution under the
|
||||
<a rel="license"
|
||||
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
|
||||
Commons Attribution-ShareAlike 4.0 International License</a>, with the understanding that a hyperlink or
|
||||
URL is sufficient for CC BY-SA 4.0 attribution.
|
||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="<TMPL_VAR BASEURL>jquery-1.10.2.js"></script>
|
||||
|
|
Loading…
Reference in a new issue