From e74df49fb8d27a8384750f95d2061e5e5f47ce0b Mon Sep 17 00:00:00 2001 From: mms Date: Mon, 26 Feb 2024 22:05:23 +0100 Subject: feat: 2600 button --- layouts/_default/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/_default/index.html') diff --git a/layouts/_default/index.html b/layouts/_default/index.html index f1c29808..d4d49af4 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -62,6 +62,7 @@ You can also use Table of Contents. {{ partial "button-15" (dict "button" . "file" "ruby-lang.png" "alt" "Use Ruby" "href" "https://www.ruby-lang.org/") }} {{ partial "button-15" (dict "button" . "file" "evangelion.png" "alt" "Neon Genesis Evangelion 4 Life" ) }} {{ partial "button-15" (dict "button" . "file" "lain.png" "alt" "Serial Experiments Lain 4 Life" ) }} + {{ partial "button-15" (dict "button" . "file" "2600.gif" "alt" "Read 2600" "href" "https://2600.com") }} {{ end }} -- cgit v1.2.3