diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/buttons/emacs.html | 1 | ||||
-rw-r--r-- | layouts/partials/buttons/openbsd.html | 1 |
2 files changed, 2 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/") }} |