diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-25 19:19:11 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-25 19:19:11 -0400 |
| commit | 3134dbbadd01cfd3dfc201fcbc4fc8878fecbd95 (patch) | |
| tree | 3ee2c247222ba412d3cc4ac5985928eca2e72d14 /layouts/_partials/head.html | |
| parent | 9fa6d931ff669b51b81e0fab9297195acc0e0137 (diff) | |
| download | samanthony.xyz-3134dbbadd01cfd3dfc201fcbc4fc8878fecbd95.zip | |
merge theme into site
Diffstat (limited to 'layouts/_partials/head.html')
| -rw-r--r-- | layouts/_partials/head.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html new file mode 100644 index 0000000..d48a8fe --- /dev/null +++ b/layouts/_partials/head.html @@ -0,0 +1,4 @@ +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width"> +<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> +{{ with resources.Get "style.css" }}<link rel="stylesheet" href="{{ .RelPermalink }}">{{ end }} |