aboutsummaryrefslogtreecommitdiffstats
path: root/template.go
Commit message (Expand)AuthorAgeFilesLines
* Report template errors, add support for start pageFeuerfuchs2019-11-171-113/+116
* Display proper HTML titleFeuerfuchs2019-11-161-1/+1
* Fixed some issues with GeminiFeuerfuchs2019-11-161-0/+3
* Initial Gemini supportFeuerfuchs2019-11-161-15/+13
* Add setting to use proportional fontFeuerfuchs2019-11-121-1/+12
* Fix: Correctly handle URIs where the type is not separated by a slashFeuerfuchs2019-11-111-0/+5
* Replaced UglifyJS with Terser, include whole asset path in struct, display er...Feuerfuchs2019-11-111-5/+5
* Serve assets as own files, use caching strategiesFeuerfuchs2019-06-271-5/+9
* Improved mobile layoutFeuerfuchs2019-06-261-1/+1
* New feature: Clickable links in plain text (opt)Feuerfuchs2019-06-261-1/+5
* Make word wrap optional, better mobile designFeuerfuchs2019-06-261-2/+8
* Improved wrapping behaviorFeuerfuchs2019-06-251-2/+2
* Minor design improvementsFeuerfuchs2019-06-251-4/+5
* Add 'view raw' link to type 0 pagesFeuerfuchs2019-06-251-1/+4
* Template: Fix wrong font preloadFeuerfuchs2019-06-251-1/+1
* Improved design, add setting for image previews, add prompt for new locationFeuerfuchs2019-06-241-26/+42
* Show expandable thumbnails for imagesFeuerfuchs2019-06-231-11/+5
* Fix: Another case where resource type was shownFeuerfuchs2019-06-201-1/+5
* Fix: Hide resource type for home page, tooFeuerfuchs2019-06-201-1/+1
* Add navigation headerFeuerfuchs2019-06-201-0/+22
* Fix for unescaped HTMLFeuerfuchs2019-06-171-2/+2
* Fix indent bugFeuerfuchs2019-06-171-1/+1
* Improved template readabilityFeuerfuchs2019-06-051-28/+43
* Updated font handlingFeuerfuchs2019-06-051-1/+1
* Don't submit when QRY prompt cancelledFeuerfuchs2019-06-051-1/+1
* Fix broken JS due to class name changeFeuerfuchs2019-06-041-1/+1
* Style improvementsFeuerfuchs2019-06-041-2/+3
* Add custom stylesFeuerfuchs2019-06-041-5/+8
* remove jquery & replace with vanilla-js; cleaned stray html: char (#8)James Tomasino2018-03-231-11/+11
* Minor refactor/cleanupJames Mills2017-10-151-18/+0
* Spruce up the style a bitJames Mills2017-09-151-9/+25
* Fix handling of queries / indexsearch (itemtype 7)James Mills2017-06-131-1/+1
* Migrated to a Library structure with gopherproxy cmd for reuse by gopherclientJames Mills2016-09-301-1/+1
* Explicitly set font-family to MonospaceJames Mills2016-09-301-0/+5
* Add query supportJames Mills2016-09-231-1/+13
* Added templating supportJames Mills2016-09-221-0/+14