sajt/empty/.sajt/layouts/default.pug

24 lines
752 B
Text
Raw Normal View History

2024-10-11 11:11:40 +02:00
doctype html
html(lang="en")
head
meta(charset="utf-8")
meta(name="viewport" content="width=device-width, initial-scale=1")
2025-06-08 21:57:33 +02:00
title Artur Gurgul - #{page.title}
2024-10-11 11:11:40 +02:00
meta(name="author" content="Artur Gurgul")
meta(name="description" content="This is my notepad")
link(rel="shortcut icon" href="/favicon.png")
2025-06-08 21:57:33 +02:00
link(rel="alternate" type="application/atom+xml" title=page.title href="#{site.url}/atom.xml")
2024-10-11 11:11:40 +02:00
link(rel="stylesheet" href="/static/css/all.css")
link(rel="stylesheet" href="/static/css/hightlight.css")
body
.container
.sidebar
include sidebar.pug
.scroll
.content
2025-06-08 21:57:33 +02:00
h1.title= page.title
#post!= page.file.html
2024-10-11 11:11:40 +02:00
.footer
include footer.pug