summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-06-09 15:58:24 +0200
committermms <michal@sapka.me>2024-06-09 15:58:24 +0200
commit2c112f2061888a0f53740f53b88dddccd97736b6 (patch)
tree5eb5a567bbb63d5524fec93ddc2396786c3de1fb /layouts
parentfb7cff0e18fc1e95412f0f59e5332937a8eb4f5f (diff)
fix: ix/386
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/buttons/emacs.html1
-rw-r--r--layouts/partials/buttons/openbsd.html1
-rw-r--r--layouts/unix-history/baseof.html2
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>