Downloads

This commit is contained in:
Adam Schmideg 2019-01-17 11:28:18 +01:00
parent b68530f739
commit 2646bf3eef
2 changed files with 13 additions and 0 deletions

View file

@ -22,6 +22,11 @@
<script src="./static/scripts/moment.min.js"></script> <script src="./static/scripts/moment.min.js"></script>
<script src="./static/scripts/marked.min.js"></script> <script src="./static/scripts/marked.min.js"></script>
<script src="./static/scripts/emojify.min.js"></script> <script src="./static/scripts/emojify.min.js"></script>
{% if page.js %}
{% for js in page.js %}
<script src="{{ js }}" />
{% endfor %}
{% endif %}
<script src="../static/scripts/custom/polyfills.js"></script> <script src="../static/scripts/custom/polyfills.js"></script>
</head> </head>

View file

@ -1,3 +1,11 @@
---
layout: default
css:
- ../static/styles/custom/downloads.css
js:
- ../static/scripts/filesize.min.js
---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>