Skip to content

Commit 7be58f8

Browse files
committed
added footnotes
1 parent 28a45b2 commit 7be58f8

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

docs.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<!-- Sidebar Navigation -->
1414
<div class="sidebar">
15-
<a href="index.html" class="logo">
15+
<a href="index.html" class="logo" target="_blank">
1616
<img width="200" height="40" src="resources/images/hn/logo_manuforma.svg"
1717
alt="resources/images/hn/logo_manuforma.svg"/>
1818
</a>
@@ -474,6 +474,30 @@ <h1 id="extending-an-existing-record-for-another-project">Extending an existing
474474
<li>Proceed with editing or submitting the modified record, as described in other
475475
sections.</li>
476476
</ol>
477+
<aside id="footnotes" class="footnotes footnotes-end-of-document">
478+
<hr />
479+
<ol>
480+
<li id="fn1">
481+
<p>Your full name will only be displayed in JALit if it has been added to
482+
the list of editors in every record, otherwise only the the abbreviated
483+
form will be shown. Contact the project’s DH specialist if this
484+
happens.<a href="#fnref1" class="footnote-back" role="doc-backlink"
485+
>↩︎</a></p>
486+
</li>
487+
<li id="fn2">
488+
<p>See the documentation <a
489+
href="https://www.markdownguide.org/basic-syntax/"
490+
>https://www.markdownguide.org/basic-syntax/</a>. Note that only a
491+
fraction of these commands is available in manuForma!<a href="#fnref2"
492+
class="footnote-back" role="doc-backlink">↩︎</a></p>
493+
</li>
494+
<li id="fn3">
495+
<p>If you want to write an asterisk as part of the text, add a backlash
496+
before it (\*).<a href="#fnref3" class="footnote-back"
497+
role="doc-backlink">↩︎</a></p>
498+
</li>
499+
</ol>
500+
</aside>
477501
</div>
478502
</body>
479503
</html>

templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<a class="nav-link" href="#">About</a>
3535
</li>
3636
<li class="nav-item">
37-
<a class="nav-link" href="docs.html">Handbook</a>
37+
<a class="nav-link" href="docs.html" target="_blank">Handbook</a>
3838
</li>
3939
</ul>
4040
<span class="d-flex" role="search">

0 commit comments

Comments
 (0)