new-site/layouts/partials/head.html
2025-03-17 15:37:27 -07:00

10 lines
524 B
HTML

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="webmention" href="https://webmention.io/ch0ccyra1n.gitlab.io/webmention"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://ch0ccyra1n.planetexpress.me/feed">
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>
</head>