local paths because can't be sure we're on a TLD

main
Robert Pearce 2020-09-23 06:58:47 -04:00
parent 382812428d
commit 6b12b62ddf
No known key found for this signature in database
GPG Key ID: 07A0E482E5616C9B
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ import Text.Pandoc
root :: String root :: String
root = root =
"https://mywebsite.com" "https://rpearce.github.io/hakyll-nix-template"
siteName :: String siteName :: String
siteName = siteName =

View File

@ -1 +1 @@
mywebsite.com mywebsite123456789123456789.io

View File

@ -20,7 +20,7 @@ title: "Hello, world!"
<ul> <ul>
$for(posts)$ $for(posts)$
<li> <li>
<div><a href="$url$" class="ffss fs fs18">$title$</a></div> <div><a href=".$url$" class="ffss fs fs18">$title$</a></div>
<small class="ffss fs fs14">$date$</small> <small class="ffss fs fs14">$date$</small>
</li> </li>
$endfor$ $endfor$

View File

@ -2,7 +2,7 @@
<article> <article>
<header> <header>
<h1> <h1>
<a href="$url$">$title$</a> <a href=".$url$">$title$</a>
</h1> </h1>
<div> <div>
<small>$date$</small> <small>$date$</small>