🔖🚧 Initial commit
This commit is contained in:
commit
da5dd153e3
10 changed files with 588 additions and 0 deletions
15
_layouts/default.html
Normal file
15
_layouts/default.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% seo %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
</head>
|
||||
|
||||
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
|
||||
<section class="entry-content">
|
||||
{{ content }}
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue