Преглед на файлове

Nightmares Preview Link bugfix

Steffen Cole Blake преди 4 години
родител
ревизия
2b4202ca7a
променени са 3 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 0
      config.toml
  2. 1 1
      layouts/_default/single.html
  3. 1 1
      layouts/partials/footer.html

+ 1 - 0
config.toml

@@ -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'

+ 1 - 1
layouts/_default/single.html

@@ -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>
             <br/>
         {{ end }}
 

+ 1 - 1
layouts/partials/footer.html

@@ -1,3 +1,3 @@
 <div class="footer">
-    &copy; Steffen Blake 2021
+    &copy; Steffen Blake 2021 | A <a href="https://technically.fun">Technically Fun</a> project
 </div>