diff options
Diffstat (limited to 'templates/base.html.tera')
-rw-r--r-- | templates/base.html.tera | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html.tera b/templates/base.html.tera index 3874df3..ece268c 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -56,7 +56,7 @@ </ul> </nav> - <main class="{% if reverse %}{{ reverse }}{% endif %}"> + <main class="{% if reverse %}reverse{% endif %}"> <div class="main-content"> {% block content %} |