summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-11-24 11:30:43 +0100
committerThomas Letan <lthms@soap.coffee>2020-11-24 11:30:43 +0100
commit465afb342f71673a14cac3f7669915c87d08ae64 (patch)
tree4e3bf5958923835bfebf80d777b04d439221c753
parentUpdate gitignore file (diff)
Remove a redundant </head> tag in HTML template
-rw-r--r--site/cleopatra/theme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index c6492d5..1aec349 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -21,7 +21,7 @@ instructions for *~cleopatra~*.
<title><!-- page title will be inserted here --></title>
<<syncloading_html>>
<<asyncloading_html>>
- </head></head>
+ </head>
<<body>>
</html>
#+END_SRC