Added Back to top of the page links.

This commit is contained in:
David Ball 2024-06-24 20:28:52 -04:00
parent cde78c983e
commit e001f141e3
4 changed files with 4 additions and 1 deletions

View File

@ -128,6 +128,7 @@
<% } else { %>
<%- h.printReadme(directory) %>
<% } %>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>

View File

@ -21,6 +21,7 @@
</small>
</p>
<%- content %>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>

View File

@ -39,6 +39,7 @@
<% }); %>
</ul>
<% } %>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>

View File

@ -40,8 +40,8 @@
<a href="<%=encodeURI(videoURL)%>" target="_blank">Video (.<%=info.ext%>)</a>
| <a href="<%=encodeURI(subtitleURL)%>" target="_blank">Subtitles (.vtt)</a>
</p>
<!-- <pre><%=h.inspect(info)%></pre> -->
<%}%>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>