Update site for PVC

This commit is contained in:
2024-05-27 10:12:09 -04:00
parent 9ef9f09ce5
commit 538ed7d08d
15 changed files with 48 additions and 32 deletions

View File

@ -7,8 +7,8 @@
<header class="post-header">
<a id="blog-logo" href="{{ .Site.BaseURL}}">
{{ if .Site.Params.logo }}
<a id="blog-logo" href="{{ .Site.BaseURL}}"><img src="{{ .Site.Params.logo }}" alt="Blog Logo" /></a>
{{ if .Site.Params.logo_later }}
<a id="blog-logo" href="{{ .Site.BaseURL}}"><img src="{{ .Site.Params.logo_later }}" alt="Blog Logo" /></a>
{{else}}
{{ .Site.Title }}
{{ end }}