mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-02 18:25:15 +00:00
Update : in default.html
This commit is contained in:
parent
5eaaf8d942
commit
268cbbfb93
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<-- Head -->
|
||||
{% include head.html %}
|
||||
<-- head -->
|
||||
|
||||
{% include _head.html %}
|
||||
|
||||
<body data-spy="scroll" data-target=".navbar" data-offset="100">
|
||||
|
||||
{% include header.html %}
|
||||
{% include _header.html %}
|
||||
{{ content }}
|
||||
{% include footer.html %}
|
||||
{% include js.html %}
|
||||
{% include _footer.html %}
|
||||
{% include _js.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue