Update links on home page

This commit is contained in:
Ariejan de Vroom 2022-08-04 11:35:19 +02:00
parent 79ead636eb
commit 47481969c2
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ enableGitInfo = true
content = "Bass guitar player, piano player, and music producer"
weight = 30
[[params.skill]]
content = "Drive-way home-wrencher (not a car mechanic); current project: <a href=/projects/volkswagen-golf-iii-cabrio-1994/'>Volkswagen Golf 3 Cabrio</a>"
content = "Drive-way home-wrencher (not a car mechanic); current project: <a href='/projects/volkswagen-golf-iii-cabrio-1994/'>Volkswagen Golf 3 Cabrio</a>"
weight = 40
[[params.popular]]

View File

@ -17,8 +17,8 @@
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
<ul>
{{ range first 7 $pages }}
<li>{{ .Title }}<br/><a href="{{ .Params.ExternalLink | default .RelPermalink }}">{{ .Params.ExternalLink | default .RelPermalink }}</a></li>
{{ range first 10 $pages }}
<li><a href="{{ .Params.ExternalLink | default .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
</div>
@ -29,7 +29,7 @@
{{ with .Site.Params.popular }}
<ul>
{{ range sort . }}
<li>{{ .name }}<br/><a href="{{ .url }}">{{ .url }}</a></li>
<li><a href="{{ .url }}">{{ .name }}</a></li>
{{ end }}
</ul>
{{ end }}