sloane.sh/_layouts/default.html

21 lines
580 B
HTML
Raw Normal View History

2025-01-28 12:38:02 -05:00
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>
{% if page.title == site.title %}
{{ page.title | smartify }}
{% else %}
{{ page.title | smartify }} - {{ site.title }}
{% endif %}
</title>
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
<link rel="feed" type="text/html" href="/posts/">
2025-01-28 17:53:02 -05:00
{% webmentions_head %}
2025-01-28 12:38:02 -05:00
</head>
<body>
{{ content }}
</body>
</html>