edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 9c2cd7c45e5a213b6225524fcc3283757869ae87
parent df551d7d5645fd1fd0e5dfe38072576c6997032d
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sun, 12 Apr 2026 15:50:19 -0400

Remove icons from "See More" buttons

Diffstat:
Mcontent/posts/tisp-v0_1.md | 2+-
Mlayouts/index.html | 6+++---
Mlayouts/shortcodes/photos.html | 4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/posts/tisp-v0_1.md b/content/posts/tisp-v0_1.md @@ -1,6 +1,6 @@ --- title: "Tisp v0.1 Release" -tags: tech programming languages projects +tags: tech programming language project categories: tech date: 2024-11-21 --- diff --git a/layouts/index.html b/layouts/index.html @@ -55,7 +55,7 @@ </div> <div class="col-md-2 offset-md-5 btn-effect"> <a class="btn btn-block" href="photos"> - See More <i class="fa ml-2 fa-camera"></i> + See More </a> </div> </div> @@ -74,7 +74,7 @@ </div> <div class="col-md-2 offset-md-5 btn-effect"> <a class="btn btn-block" href="posts"> - See More <i class="far fa-newspaper ml-2"></i> + See More </a> </div> </div> @@ -96,7 +96,7 @@ {{ end }} <div class="col-sm-2 offset-sm-5 btn-effect"> <a class="btn btn-block" href="projects"> - See More <i class="fa fa-rocket ml-2"></i> + See More </a> </div> </div> diff --git a/layouts/shortcodes/photos.html b/layouts/shortcodes/photos.html @@ -20,11 +20,11 @@ <div class="col-md-3 btn-effect"> {{ if lt (.Get "limit") 10 }} <a class="btn btn-block" href="{{ $dir }}"> - See More <i class="fa fa-images ml-2"></i> + See More </a> {{ else }} <a class="btn btn-block" href=".."> - All Photos <i class="fa fa-images ml-2"></i> + All Photos </a> {{ end }} </div>