aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove site as the parent directory, manual mergemjfernez2021-12-221-1/+1
| | | | merges needed changes (and CSS) from mjfer.net branch
* Optimize mobile CSS. Add last update time defaultmjfernez2021-11-011-4/+4
| | | | | | | | | | | This commit optimizes the mobile and web css to be responsive on zoom (in supported browsers) and responsive on mobile screens. This is a minimal optimization and lot can be done to improve it, particularly for wider screen devices like tablets This also adds the last update time to all views (except home). Function logic was moved to view functions to support this and rss_generator was changed to depend on it
* .description is now rendered as htmlmjfernez2021-06-171-1/+3
| | | | | | | | .description was previously read as a text file, but this is cumbersome and limits the user. This allows the user to embed html in their .description files by adding the "cur_path" variable to context. 'index.html' has been updated to render the template located in cur_path if a description file exists
* Added ability to override templates.mjfernez2021-06-081-1/+1
| | | | | | | | | This commit primarily adds the ability to override the base template by adding a '!' on HTML files. It also makes adjustments to the index page display to not show this extra character. Additions to the README reflecting this change, as well as small note on similarity to neocities was added
* first commitmjfernez2021-06-071-0/+26