aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-08 20:20:56 -0500
committertdro <tdro@noreply.example.com>2022-11-08 20:20:56 -0500
commite020e2d96e8e54aa283cec878da13fc783a94534 (patch)
tree0a65b9b8db1fb657dbf091748f7d30c1645fd975 /themes/default/layouts/_default/baseof.html
parent4042c95b71d5aa0e33614f47ffa35114b0734cc1 (diff)
downloadcanory-e020e2d96e8e54aa283cec878da13fc783a94534.tar.gz
canory-e020e2d96e8e54aa283cec878da13fc783a94534.tar.bz2
canory-e020e2d96e8e54aa283cec878da13fc783a94534.zip
themes/default/layouts/_default/base: Make void element style consistent
Diffstat (limited to 'themes/default/layouts/_default/baseof.html')
-rw-r--r--themes/default/layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index a736662..82d5acf 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -10,7 +10,7 @@
{{- block "title" . -}}{{- end -}}
{{- partial "base-title.html" . -}}
</title>
- <meta name="description" content="{{- partial "base-description.html" . -}}">
+ <meta name="description" content="{{- partial "base-description.html" . -}}" />
{{- partial "base-head.html" . -}}
{{- block "styles" . -}}{{- end -}}
</head>