diff options
author | mms <michal@sapka.me> | 2024-02-26 21:45:23 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-26 21:45:23 +0100 |
commit | aec99f3e8d57f40545e9cad1657e1d85952816c0 (patch) | |
tree | 5bafd1d6d9bc2ab6ad5aa5165c787451a6a99216 /layouts/_default/single.html | |
parent | 22d97916f51c049a777148205c0fd95a1aabc689 (diff) |
feat: web buttons
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4fc3986..191f651 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -23,22 +23,13 @@ <a href="{{$.Site.Params.repoUrl}}/commit/{{$lastmodhash}}">{{ $lastmod }}</a> </time> {{ end }} - </div> - <aside> - <h2>Author</h2> - <p> - Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. - This website is not dedicated to any particular one thing. - Instead, I write whatever interests me most at the moment. - No content here is auto-generated, so any bugs, problems, or controversies are entirely on me! - </p> - <p> - I don't have any commenting system, but comments over <a href="/me/contact">email</a> are more than welcome! - </p> - </aside> + {{ partial "button-15" (dict "button" . "file" "email-me.png" "alt" "Email me" "href" "/me/contact/") }} + {{- end }} {{- end }} </article> + + </div> {{ end }} |