diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000000..787476479a --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,27 @@ + + + + + + Go Ethereum + + + + + + + + {% if page.css %} + {% for css in page.css %} + + {% endfor %} + {% endif %} + + + + + + + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 1423dfa028..b2ece5740e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,28 +1,6 @@ - - - - - - Go Ethereum - - - - - - - - - - - - - - - - - + {% include head.html %} - {{ page.content }} + {{ content }}