Update posts to blog

This commit is contained in:
Miguel de la Cruz 2024-01-08 09:12:22 +01:00
parent 5f843dbeef
commit 3307377c99
7 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.Title }}" href="/posts/index.xml" />
<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" . }}