diff options
author | mms <michal@sapka.me> | 2024-02-26 22:05:23 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-26 22:05:23 +0100 |
commit | e74df49fb8d27a8384750f95d2061e5e5f47ce0b (patch) | |
tree | bab7c09eee036d4d306ce0f81c78c96cacfbce46 /layouts/_default/index.html | |
parent | d676e7c3719178eae3829a21cebbcc4a9e515319 (diff) |
feat: 2600 button
Diffstat (limited to 'layouts/_default/index.html')
-rw-r--r-- | layouts/_default/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/index.html b/layouts/_default/index.html index f1c2980..d4d49af 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -62,6 +62,7 @@ You can also use <a href="/toc">Table of Contents</a>. {{ 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") }} </nav> {{ end }} |