📦️ Add resume.pdf

This commit is contained in:
Dan Jones 2024-04-29 15:48:56 -05:00
commit a0664bdba8
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View file

@ -24,13 +24,13 @@
{{ if .Params.Cover }}
<figure class="post-cover">
<img src="{{ .Params.Cover | absURL }}" alt="{{ .Title }}" />
{{ if .Params.CoverCaption }}
<figcaption class="center">{{ .Params.CoverCaption | markdownify }}</figcaption>
{{ end }}
</figure>
{{ end }}
{{ if .Params.toc }}
<hr />
<aside id="toc">
@ -47,6 +47,9 @@
{{ $toc = strings.TrimSuffix "</ul>\n</nav>" $toc }}
{{ $toc | safeHTML }}
</ul>
{{ with .Resources.GetMatch "dan-jones-resume.pdf" }}
<p><a href="{{ .RelPermalink }}">Download a PDF</a></p>
{{ end }}
</nav>
</aside>
<hr />