trypandoc: move version to footer.
This commit is contained in:
parent
795392a639
commit
d01f5e44c5
1 changed files with 3 additions and 4 deletions
|
@ -34,10 +34,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h1>Try <a href="https://pandoc.org">pandoc</a>!</h1>
|
<h1>Try <a href="https://pandoc.org">pandoc</a>!</h1>
|
||||||
</div>
|
|
||||||
<div id="versioninfo">
|
|
||||||
<p class="version">v<span id="version"></span></p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="command">
|
<div id="command">
|
||||||
<pre id="command"></pre>
|
<pre id="command"></pre>
|
||||||
|
@ -175,6 +171,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
<p class="version">pandoc version <span id="version"></span></p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script src="trypandoc.js"></script>
|
<script src="trypandoc.js"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue