diff options
| author | mjfernez <mjf@mjfer.net> | 2021-12-22 16:59:15 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-12-22 16:59:15 -0500 | 
| commit | 283654d9a0d644ec3cd6e9c06898f11ac8effa78 (patch) | |
| tree | 4cf902620885622fcd48934bd17657c70fd516db /templates/index.html | |
| parent | 274a23b6fe167d30ce063aa1cc2f07374d18bc04 (diff) | |
| download | ezcms-283654d9a0d644ec3cd6e9c06898f11ac8effa78.tar.gz | |
Remove site as the parent directory, manual merge
merges needed changes (and CSS) from mjfer.net branch
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 %} | 
