feat: Add static path and per-template style.css #3

Open
chanbakjsd wants to merge 1 commits from chanbakjsd/blgo:master into master

The handler now searches in the static path first and fallback to the content directory otherwise. If that fails, the 404 template is rendered as expected.

The style.css path is now reserved for templates' style.css file and does not follow the regular search path. This means that /style.css will serve a 404 page even if static/style.css or content/style.css.md exists.

The handler now searches in the static path first and fallback to the content directory otherwise. If that fails, the 404 template is rendered as expected. The style.css path is now reserved for templates' style.css file and does not follow the regular search path. This means that /style.css will serve a 404 page even if static/style.css or content/style.css.md exists.
chanbakjsd added 1 commit 2020-12-01 14:19:29 +07:00
a50504f747
feat: Add static path and per-template style.css
The handler now searches in the static path first and fallback to
the content directory otherwise. If that fails, the 404 template is
rendered as expected.

The style.css path is now reserved for templates' style.css file and
does not follow the regular search path. This means that /style.css will
serve a 404 page even if static/style.css or content/style.css.md
exists.
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Team-Ortix/blgo#3
There is no content yet.