This commit is contained in:
gurusabarish
2022-03-24 18:42:53 +05:30
parent 47bde42590
commit 708d0a0022
9 changed files with 109 additions and 108 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
{{ define "head" }}
<meta name="description" content="{{ .Title }}">
<meta name="description" content="{{ .Params.description }}">
<link rel="stylesheet" href="/css/single.css">
<!-- fontawesome -->
@@ -85,6 +85,11 @@
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-9 p-2">
{{ template "_internal/disqus.html" . }}
</div>
</div>
</div>
<button class="p-2 px-3" onclick="topFunction()" id="topScroll">
<i class="fas fa-angle-up"></i>