Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-18 | Replace all URL rendering within templates by a URLConstructor | Brian Picciano | |
2024-05-18 | Render posts completely using common rendering methods | Brian Picciano | |
The aim is to reduce reliance on custom logic in the handlers for every protocol, eventually outsourcing all of it into `render.Methods`, leaving each protocol to simply direct calls to the correct template. | |||
2023-08-10 | Clean up homepage, add ghost to gmi, make separator smaller | Brian Picciano | |
2023-02-13 | Fix some line wraps in gemini copy | Brian Picciano | |
2023-01-24 | Touch up RSS feed links and post page | Brian Picciano | |
2023-01-24 | Add notice atop md->gmi translated pages | Brian Picciano | |
2023-01-23 | Small formatting fixes on gmi site | Brian Picciano | |
2023-01-22 | Final fleshing out of gemini content | Brian Picciano | |
2023-01-21 | Implement preprocessing of post bodies for gemini | Brian Picciano | |
2023-01-21 | Continue to polish up posts pages | Brian Picciano | |
2023-01-21 | Initial implementation of post rendering over gmi | Brian Picciano | |