diff options
| author | mjfernez <mjf@mjfer.net> | 2021-12-22 16:38:35 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-12-22 16:38:35 -0500 | 
| commit | e4b7179c121473be2e53999cc50933521498c7a9 (patch) | |
| tree | 36d42bef404caca4bb91d2f70f01dd5f020d4d8e /templates/index.html | |
| parent | 5265b6ffb405f019647fd28ede8458fd6ab40dc5 (diff) | |
| download | ezcms-e4b7179c121473be2e53999cc50933521498c7a9.tar.gz | |
Removed "/site" appendage. CSS fixes
This commit removes the "/site" appended to every directory and solved
the problem of redirecting links correctly by setting 'parent_dir' in
the main view context to point to '/' by default.
This also changes how titles appear to conform to my sensibilities.
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/index.html b/templates/index.html index c8356fe..b612c63 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@  {% block content %}  <center>  {% if description %} -{% include cur_path + '/.description' %} +{% include '/site/' + cur_path + '/.description' %}  {% endif %}  {% if dirs %} | 
