old website
This commit is contained in:
commit
218487dc22
557 changed files with 7054 additions and 0 deletions
15
_src/_includes/update.njk
Normal file
15
_src/_includes/update.njk
Normal file
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
{{site.name}}{% if title %} - {{title}}{% endif %}
|
||||
</title>
|
||||
<link rel="icon" href="/assets/img/favicon/sundae.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/assets/css/reset.css">
|
||||
<link rel="stylesheet" href="/assets/css/98.css">
|
||||
</head>
|
||||
<body class="98">
|
||||
{{content | safe}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue