aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
Commit message (Collapse)AuthorAgeFilesLines
* .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