From 544ced362819ae9bd2abd9c12480f76945b368aa Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 24 Apr 2026 11:15:04 -0400 Subject: format html --- layouts/_partials/footer.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'layouts/_partials/footer.html') diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 882c3f8..cd01a54 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,18 +1,18 @@

{{ partial "copyright.html" . }}

- Powered by - Hugo, - OpenBSD, and - Free DNS. + Powered by + Hugo, + OpenBSD, and + Free DNS.

- {{- $repoUrl := .Site.Params.Repo.Url }} - {{- with .GitInfo }} - {{- $baseUrl := urls.JoinPath $repoUrl "/commit/" }} - {{- $commitUrl := printf "%s?id=%s" $baseUrl .Hash }} - Last modified {{ .CommitDate.Format "2006-01-02" }}: - {{ .AbbreviatedHash }}. - {{- end }} - Source code → + {{- $repoUrl := .Site.Params.Repo.Url }} + {{- with .GitInfo }} + {{- $baseUrl := urls.JoinPath $repoUrl "/commit/" }} + {{- $commitUrl := printf "%s?id=%s" $baseUrl .Hash }} + Last modified {{ .CommitDate.Format "2006-01-02" }}: + {{ .AbbreviatedHash }}. + {{- end }} + Source code →

-- cgit v1.2.3