This commit is contained in:
Madison Scott-Clary
2022-06-02 12:08:47 -07:00
parent 886fc0ba4a
commit 614bbc8f59
3 changed files with 12 additions and 2 deletions

12
content/pride22.md Normal file
View File

@ -0,0 +1,12 @@
---
title: Pride Month sale 2022!
---
Hey! It's pride! Happy pride! Please enjoy some sales --- 10% off everything!
* Ebooks: <https://makyo.itch.io/pride22>
* Paperbacks: <https://makyo-ink.square.site?cc=pride22>
Consider picking some stuff up if you can, or sharing if you can't!
Please note, this also includes pre-orders for Nevi'im :D

View File

@ -5,7 +5,6 @@
{{ $title = .Site.Title }} {{ $title = .Site.Title }}
{{ end }} {{ end }}
<title>{{ $title | plainify }}</title> <title>{{ $title | plainify }}</title>
{{ .Hugo.Generator }}
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
{{ if .IsHome }} {{ if .IsHome }}
{{ with .Site.Params.homeMetaContent }} {{ with .Site.Params.homeMetaContent }}

View File

@ -7,7 +7,6 @@
{{ $title = .Site.Title }} {{ $title = .Site.Title }}
{{ end }} {{ end }}
<title>{{ $title }}</title> <title>{{ $title }}</title>
{{ .Hugo.Generator }}
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
{{ if .IsHome }} {{ if .IsHome }}
{{ with .Site.Params.homeMetaContent }} {{ with .Site.Params.homeMetaContent }}