diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 16:56:16 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 16:56:16 +0530 |
commit | 717f5899ee07acae82bfb9c6ee45167c6266c037 (patch) | |
tree | 900833a05bb3e183801d152d73eda719aeb61a1b /layouts | |
parent | cc29a651069fa8ea9c27d6e89ad095164668362c (diff) |
removed trailing / from hr tags
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/blog/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 22f5e43..ed7041e 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -2,6 +2,6 @@ <div> <h1 id="post-title">{{ .Title }}</h1> {{ .Content }} - <hr/> + <hr> </div> {{ end }} |