diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-04-28 15:04:22 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-04-28 15:04:22 +0200 |
| commit | a041f469ff41f53601c97454b41cfc4ef3f3ed45 (patch) | |
| tree | 9554747d8a659b86f04c42ab3556fbb4dae3e37a /_layouts/post.html | |
| parent | 5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (diff) | |
cleanup + begin fix search page
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 4597623..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html> -<html lang='{{ page.lang }}'> -<head> - {% include head.html %} - {% include title.html %} - {% include opengraph.html %} -</head> -<body> - <div class='centeredPage'> - <div class='titleWrapper'> - <h1>{{ page.title }}</h1> - {% if page.subtitle %}<p class='subtile'>{{ page.subtitle }}</p>{% endif %} - {% if page.tags %}{% include tags.html tags=page.tags %}{% endif %} - </div> - <div class='navAreaWrapper'> - <div class='sticky'> - {% include navbar.html page="post" %} - {% toc %} - </div> - </div> - <!-- <MobileNavbar /> --> - <div class='contentWrapper'> - {{ content }} - </div> - </div> -</body> -</html> |