diff options
Diffstat (limited to 'pyssg.xyz/plt/base.html')
-rw-r--r-- | pyssg.xyz/plt/base.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/pyssg.xyz/plt/base.html b/pyssg.xyz/plt/base.html index 8f9fbdc..d5cb77b 100644 --- a/pyssg.xyz/plt/base.html +++ b/pyssg.xyz/plt/base.html @@ -9,27 +9,22 @@ {%block head_title%}{%endblock head_title%} {%block head_description%}{%endblock head_description%} {%block head_rss%}{%endblock head_rss%} - <!-- general style --> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css"> <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css"> - <!-- theme related --> <script type="text/javascript" src="scripts/theme.js"></script> <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css"> - - <!-- extra -->> + <!-- extra --> {%block head_extra%}{%endblock head_extra%} - <!-- og meta --> {%block head_og%}{%endblock head_og%} </head> <body> <header> - {%import "body_header.html" as body_header%} - {{body_header.print(config)}} + {%block body_header%}{%endblock body_header%} </header> <main> @@ -37,8 +32,7 @@ </main> <footer> - {%import "body_footer.html" as body_footer%} - {{body_footer.print(config)}} + {%block body_footer%}{%endblock body_footer%} </footer> </body> </html>
\ No newline at end of file |