Hide date for about.md

This commit is contained in:
Dave Gallant
2023-12-16 14:41:26 -05:00
parent 3c1f66efe7
commit feaf9c6be0
212 changed files with 3051 additions and 1697 deletions

View File

@@ -1,20 +1,20 @@
<footer>
<div style="display:flex">
<div style="display: flex">
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"
><i data-feather="{{ $key.icon }}"></i
></a>
<a class="border"></a>
{{- end -}}
</div>
<div class="footer-info">
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} {{ end }}
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} {{ end }}
</div>
</footer>
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
{{ if not .Site.IsServer }} {{ template "_internal/google_analytics.html" . }}
{{ end }} {{- if (isset .Site.Params "social") -}}
{{- if (isset .Site.Params "social") -}}
<script>
feather.replace()
feather.replace();
</script>
{{- end -}}