diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-04 10:45:44 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-04 10:45:44 -0800 |
commit | 22681b3a2a521bb5f7c3c477fa02cc1f5c8bb65f (patch) | |
tree | 168f5a95a0d08ebbf1643e3385a3959ba4ffb2c4 /trypandoc/index.html | |
parent | 553e364d0da7ac666c70d721e7ea7f793fa6871e (diff) | |
download | pandoc-22681b3a2a521bb5f7c3c477fa02cc1f5c8bb65f.tar.gz |
trypandoc: put link to site in footer.
Diffstat (limited to 'trypandoc/index.html')
-rw-r--r-- | trypandoc/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html index e4010286e..92ad557ba 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -67,7 +67,6 @@ $(document).ready(function() { <div class="row"> <div class="col-md-6"> <h1>Try pandoc!</h1> - <p><a href="https://pandoc.org">https://pandoc.org</a></p> </div> <div class="col-md-6"> <pre id="command"></pre> @@ -159,7 +158,7 @@ $(document).ready(function() { </div> <footer> <p class="version">pandoc <span id="version"></span></p> - <p>© 2013–2015 <a href="http://johnmacfarlane.net">John MacFarlane</a></p> + <p><a href="https://pandoc.org">https://pandoc.org</a></p> </footer> </body> </html> |