@@ -6,6 +6,7 @@ pluralizelisttitles = false
[params]
ShowFuture = 'FALSE'
PatreonLink = 'https://www.patreon.com/technically_fun'
+ PreviewLink = 'https://nightmares-prev.technically.fun'
css = [
'/css/lib/bootstrap.min.css',
'/css/site.css'
@@ -17,7 +17,7 @@
<h1>Soon to come, check back on {{ .Date.Format "January 2, 2006" }}!</h1>
<br/>
<h4>Want early access to content? <a href="{{ .Site.Params.PatreonLink }}">Come support us on Patreon!</a></h4>
- <h4>Already a patron? <a href="https://prev.nightmares.technically.fun">Access early content here!</a> (Requires Logging in via Patreon)</h4>
+ <h4>Already a patron? <a href="{{ .Site.Params.PreviewLink }}">Access early content here!</a> (Requires Logging in via Patreon)</h4>
{{ end }}
@@ -1,3 +1,3 @@
<div class="footer">
- © Steffen Blake 2021
+ © Steffen Blake 2021 | A <a href="https://technically.fun">Technically Fun</a> project
</div>