head.html (618B)
1 <head> 2 <meta charset="UTF-8"> 3 <meta name="viewport" content="width=device-width, initial-scale=1"> 4 <title>pollux codes{{ if not .IsHome }} | {{ lower .Title }}{{ end }}</title> 5 <meta name="author" content="Pollux"> 6 <meta name="description" content="The personal website of Pollux the fox. Join us for various shenanigans!"> 7 <meta name="keywords" content="personal, furry, coding, astronomy"> 8 <link rel="stylesheet" href="/style.css"> 9 {{ with .OutputFormats.Get "rss" -}} 10 {{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} 11 {{ end }} 12 </head>