mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Downloads
This commit is contained in:
parent
b68530f739
commit
2646bf3eef
2 changed files with 13 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
|||
<script src="./static/scripts/moment.min.js"></script>
|
||||
<script src="./static/scripts/marked.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>
|
||||
</head>
|
||||
|
|
@ -1,3 +1,11 @@
|
|||
---
|
||||
layout: default
|
||||
css:
|
||||
- ../static/styles/custom/downloads.css
|
||||
js:
|
||||
- ../static/scripts/filesize.min.js
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
Loading…
Reference in a new issue