ctrlz.es/themes/clean/layouts/partials/head.html

6 lines
333 B
HTML
Raw Normal View History

<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
2024-01-08 09:12:22 +01:00
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.Title }}" href="/blog/index.xml" />
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}