Links zoveel mogelijk relatief ipv absoluut
This commit is contained in:
parent
3010fb699a
commit
bc191b7905
5 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
<ul class="list">
|
||||
{{ range (first 5 (where .Site.RegularPages "Section" "nieuws").ByDate.Reverse) }}
|
||||
<li>
|
||||
<a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
|
||||
<a class="link" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a>
|
||||
<hr class="hr-list">
|
||||
<time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue