diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-31 12:56:30 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-31 12:56:30 -0800 |
commit | 654c7c2e646eb9e1e9d6948c720fde956ec59bf0 (patch) | |
tree | 8a5378895fb0825915a6a6a0cf623c4937337446 | |
parent | f3bdaebcba14fe4ad1ef215ac29745b5c7ea5863 (diff) |
Omit footer on template.
-rw-r--r-- | template.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/template.html b/template.html index 0924c7d..6a30d0c 100644 --- a/template.html +++ b/template.html @@ -68,8 +68,6 @@ a.footnoteRef > sup { vertical-align: baseline; font-size: 100%; } -footer { font-size: 82%; text-align: center; margin-top: 1em; - margin-bottom: 1em; } </style> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript"> @@ -117,20 +115,5 @@ $toc$ </div> <div id="watermark"></div> $body$ -<footer> -<a rel="license" - href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative - Commons BY-SA" style="border-width:0" - src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" - /></a><br/><span xmlns:dct="http://purl.org/dc/terms/" - href="http://purl.org/dc/dcmitype/Text" property="dct:title" - rel="dct:type">CommonMark Spec</span> by - <a xmlns:cc="http://creativecommons.org/ns#" - href="http://spec.commonmark.org" property="cc:attributionName" - rel="cc:attributionURL">John MacFarlane</a> is licensed under a - <a rel="license" - href="http://creativecommons.org/licenses/by-sa/4.0/">Creative - Commons Attribution-ShareAlike 4.0 International License</a>. -</footer> </body> </html> |