created site
This commit is contained in:
commit
1cd8f12a3c
30 changed files with 487 additions and 0 deletions
32
_includes/default.liquid
Normal file
32
_includes/default.liquid
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/base.css">
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||
{{ head }}
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1 class="title">{{ title }}</h1>
|
||||
<hr>
|
||||
{{ content }}
|
||||
<div class="finish"><svg class="halfsharp" viewBox="0 0 100 200"><use href="/assets/images/halfsharp.svg#icon"/></svg></div>
|
||||
</main>
|
||||
<div class="footer-wrap">
|
||||
<footer class="footer">
|
||||
<hr>
|
||||
<span class="webring">
|
||||
<a href="https://tilde.linuxposting.xyz/ring.py?prev&tilde.linuxposting.xyz/~jhalfsharp">←</a>
|
||||
<a href="https://tilde.linuxposting.xyz/">Linuxposting webring</a>
|
||||
<a href="https://tilde.linuxposting.xyz/ring.py?next&tilde.linuxposting.xyz/~jhalfsharp">→</a>
|
||||
</span>
|
||||
<br>
|
||||
<span class="last-modified">Page last modified on {{ page.date }}</span>
|
||||
</footer>
|
||||
</div>
|
||||
{{ scripts }}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue