diff options
author | mms <michal@sapka.me> | 2024-06-09 15:58:24 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-09 15:58:24 +0200 |
commit | 2c112f2061888a0f53740f53b88dddccd97736b6 (patch) | |
tree | 5eb5a567bbb63d5524fec93ddc2396786c3de1fb /layouts | |
parent | fb7cff0e18fc1e95412f0f59e5332937a8eb4f5f (diff) |
fix: ix/386
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/buttons/emacs.html | 1 | ||||
-rw-r--r-- | layouts/partials/buttons/openbsd.html | 1 | ||||
-rw-r--r-- | layouts/unix-history/baseof.html | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/buttons/emacs.html b/layouts/partials/buttons/emacs.html new file mode 100644 index 0000000..eeff673 --- /dev/null +++ b/layouts/partials/buttons/emacs.html @@ -0,0 +1 @@ +{{ partial "button-31" (dict "file" "emacs.jpg" "alt" "Created in Emacs" "href" "https://www.gnu.org/software/emacs/") }} diff --git a/layouts/partials/buttons/openbsd.html b/layouts/partials/buttons/openbsd.html new file mode 100644 index 0000000..6a0dda0 --- /dev/null +++ b/layouts/partials/buttons/openbsd.html @@ -0,0 +1 @@ +{{ partial "button-31" (dict "file" "openbsd.gif" "alt" "Powered by OpenBSD" "href" "https://www.gnu.org/software/emacs/") }} diff --git a/layouts/unix-history/baseof.html b/layouts/unix-history/baseof.html index 7749166..19e557e 100644 --- a/layouts/unix-history/baseof.html +++ b/layouts/unix-history/baseof.html @@ -142,6 +142,8 @@ Website created and operated by <a href="https://michal.sapka.me">MichaĆ</a> <div style="padding: 15px; text-align: center;"> {{ partial "buttons/valid_html" . }} + {{ partial "buttons/emacs" . }} + {{ partial "buttons/openbsd" . }} </div> </footer> </body> |