trypandoc: put link to site in footer.
This commit is contained in:
parent
553e364d0d
commit
22681b3a2a
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue