diff options
author | cel 🌸 <cel@blos.sm> | 2023-06-22 15:35:18 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-06-22 15:35:18 +0100 |
commit | a135acf943ba0fc442dca69f43339921728b1ed4 (patch) | |
tree | 77d8ad93d8064db1f0b71601e8b13b165c787cb9 /templates/base.html.tera | |
parent | 139c26158bba4ec09e7ba690ba6c9c11da620707 (diff) | |
download | blossom-a135acf943ba0fc442dca69f43339921728b1ed4.tar.gz blossom-a135acf943ba0fc442dca69f43339921728b1ed4.tar.bz2 blossom-a135acf943ba0fc442dca69f43339921728b1ed4.zip |
implement blog tag filtering
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 %} |