diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 14:26:09 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 14:26:09 +0530 |
commit | 7eabc7bd859c727fce78a0a33fe52d6b18f44bba (patch) | |
tree | 1fa89132148ccdb516d8615a1daddc57c6987967 /layouts/blog/single.html | |
parent | 44537857744abdff319a147a2bdaab6193675adc (diff) |
moved hr to bottom
Diffstat (limited to 'layouts/blog/single.html')
-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 6c6cd0a..22f5e43 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,7 +1,7 @@ {{ define "main" }} <div> <h1 id="post-title">{{ .Title }}</h1> - <hr/> {{ .Content }} + <hr/> </div> {{ end }} |