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

@@ -7,7 +7,7 @@
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}}
<header class="home-header" style="background-image: url('{{ "img/home-blob.svg" | absURL }}');">
<div class="home-blob-text-container">
{{ with .Title }}<h1 class="home-blob-title">{{ . }}</h1>{{ end }}
{{ with .Title }}<h1 class="home-blob-title">{{ . | markdownify }}</h1>{{ end }}
{{ with .Description }}<p class="home-blob-text">{{ . }}</p>{{ end }}
</div>
{{ with resources.GetMatch .Site.Params.headshotimg -}}