1
Fork 0
Commit graph

17 commits

Author SHA1 Message Date
73bea50756
Reduce size of images on list page
It maxes out at ~220 anyway, and 200 is how large the unsplash images are anyway
2022-01-03 14:52:13 +00:00
c68f1baef1
Move links inside headers
Touch targets on mobile get a bit weird otherwise
2022-01-03 13:47:54 +00:00
5d56ca8ad2
Change headings on list page to use proper hierarchy 2021-12-27 10:46:55 +00:00
a22dfd85e9
Add titles to links in list
Makes it obvious what the link is doing
2021-12-27 10:42:16 +00:00
92ea26dd20
Blank alt text for post images
These aren't strictly required for screen reading
2021-12-27 10:41:59 +00:00
0f59b43766
Convert images to webp 2021-12-26 22:46:12 +00:00
cd83cbf332
Replace cusotm image loader with object-fit CSS
Because of this, images had to be changed to load async, else pages are crazy intensive to load
2021-07-18 12:36:59 +01:00
2c604dafcb
Add site search with lunr.js 2021-07-03 10:46:56 +01:00
f311220fe2
Allow unsplash images to be used
Oh my god Go templates are horrible!
2020-09-12 15:46:23 +01:00
ccbf904010
Make list images slightly larger
Makes them look crisper
2020-09-10 09:21:43 +01:00
4540196dee
Use relative links where possible
So the dead link checker can check internal links
2018-02-04 13:08:48 +00:00
ec4e800750
Replace GetByPrefix with GetMatch for 0.34 support 2018-01-24 19:55:48 +00:00
0b932a57ef
Allow using resources for post images 2018-01-04 10:48:54 +00:00
24ce8b936d
Simplify tag display, and show on list page 2017-12-22 17:16:20 +00:00
3292d58007
Add image hack for better display 2017-11-09 21:31:18 +00:00
682bd67df3
Use custom summary renderer 2017-11-09 13:48:28 +00:00
2f8ac87c87
Restructure out to partials 2017-10-27 22:56:44 +01:00