aboutsummaryrefslogtreecommitdiff
path: root/trypandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-04 10:45:44 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-04 10:45:44 -0800
commit22681b3a2a521bb5f7c3c477fa02cc1f5c8bb65f (patch)
tree168f5a95a0d08ebbf1643e3385a3959ba4ffb2c4 /trypandoc
parent553e364d0da7ac666c70d721e7ea7f793fa6871e (diff)
downloadpandoc-22681b3a2a521bb5f7c3c477fa02cc1f5c8bb65f.tar.gz
trypandoc: put link to site in footer.
Diffstat (limited to 'trypandoc')
-rw-r--r--trypandoc/index.html3
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>&copy; 2013&ndash;2015 <a href="http://johnmacfarlane.net">John MacFarlane</a></p>
+ <p><a href="https://pandoc.org">https://pandoc.org</a></p>
</footer>
</body>
</html>