local paths because can't be sure we're on a TLD
This commit is contained in:
parent
382812428d
commit
6b12b62ddf
@ -20,7 +20,7 @@ import Text.Pandoc
|
||||
|
||||
root :: String
|
||||
root =
|
||||
"https://mywebsite.com"
|
||||
"https://rpearce.github.io/hakyll-nix-template"
|
||||
|
||||
siteName :: String
|
||||
siteName =
|
||||
|
@ -20,7 +20,7 @@ title: "Hello, world!"
|
||||
<ul>
|
||||
$for(posts)$
|
||||
<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>
|
||||
</li>
|
||||
$endfor$
|
||||
|
@ -2,7 +2,7 @@
|
||||
<article>
|
||||
<header>
|
||||
<h1>
|
||||
<a href="$url$">$title$</a>
|
||||
<a href=".$url$">$title$</a>
|
||||
</h1>
|
||||
<div>
|
||||
<small>$date$</small>
|
||||
|
Loading…
x
Reference in New Issue
Block a user