jekyll -> zola
This commit is contained in:
26
templates/base.html
Normal file
26
templates/base.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--
|
||||
|
||||
/l、
|
||||
゙(゚、 。 7
|
||||
l、゙ ~ヽ
|
||||
じしf_, )ノ
|
||||
|
||||
-->
|
||||
|
||||
<html lang="en-GB">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<title>{% block title %} {% endblock %}</title>
|
||||
<link rel="stylesheet" href="/style/main.css">
|
||||
{% block extra_head %} {% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% block content %} {% endblock %}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user