Merge pull request 'Added Back to top of the page links.' (#20) from daball/nm3clol-express-app:main into main
Reviewed-on: #20
This commit is contained in:
commit
9047216a25
|
@ -128,6 +128,7 @@
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<%- h.printReadme(directory) %>
|
<%- h.printReadme(directory) %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<a href="#top">^ Back to top of page.</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
<%- content %>
|
<%- content %>
|
||||||
|
<a href="#top">^ Back to top of page.</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
<% }); %>
|
<% }); %>
|
||||||
</ul>
|
</ul>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<a href="#top">^ Back to top of page.</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
@ -40,8 +40,8 @@
|
||||||
<a href="<%=encodeURI(videoURL)%>" target="_blank">Video (.<%=info.ext%>)</a>
|
<a href="<%=encodeURI(videoURL)%>" target="_blank">Video (.<%=info.ext%>)</a>
|
||||||
| <a href="<%=encodeURI(subtitleURL)%>" target="_blank">Subtitles (.vtt)</a>
|
| <a href="<%=encodeURI(subtitleURL)%>" target="_blank">Subtitles (.vtt)</a>
|
||||||
</p>
|
</p>
|
||||||
<!-- <pre><%=h.inspect(info)%></pre> -->
|
|
||||||
<%}%>
|
<%}%>
|
||||||
|
<a href="#top">^ Back to top of page.</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user