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/site | |
| 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/site')
| -rw-r--r-- | templates/site/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/site/home.html b/templates/site/home.html index 01d676e..46c1663 100644 --- a/templates/site/home.html +++ b/templates/site/home.html @@ -1,4 +1,4 @@ {% extends 'base.html' %} {% block content %} -<p>Home</p> +<center><p>Home</p></center> {% endblock %} |
