Skip to content

Commit

Permalink
add 'Links' heading and arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Fredrickson committed Aug 3, 2022
1 parent 05d8cd4 commit deb9efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/projects/single.html
Expand Up @@ -12,10 +12,11 @@

<div class="md:w-1/2">
{{ .Content }}
<h2>Links</h2>
{{ with .Params.Links }}
{{ range . }}
<p>
<a href="{{ .href }}">{{ .text }}</a>
<a href="{{ .href }}">{{ .text }}</a>
</p>
{{ end }}
{{ end }}
Expand Down

0 comments on commit deb9efe

Please sign in to comment.