Add more social icons to footer (#70)

* Enable markdown in post titles
* Update footer icons to no atrib assets
This commit is contained in:
Joe Hutchinson
2022-02-09 13:17:35 -05:00
committed by GitHub
parent ac516333b5
commit 56f9b1ee83
25 changed files with 538 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<main class="card-container side-gutter">
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}}
<header class="list-header">
{{ with .Title }}<h1 class="list-header-title">{{ . }}</h1>{{ end }}
{{ with .Title | markdownify }}<h1 class="list-header-title">{{ . }}</h1>{{ end }}
{{ with .Description }}<p class="list-header-subtext">{{ . }}</p>{{ end }}
</header>
{{- end }}