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
-1
View File
@@ -1,6 +1,5 @@
{{ define "head" }}
<meta name="description" content={{ .Site.Params.description }}>
<link rel="stylesheet" href="/css/index.css" media="all">
{{ end }}
{{ define "title" }}
+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>
+1 -1
View File
@@ -14,7 +14,7 @@
<link rel="stylesheet" href="/css/font.css" media="all">
<!-- Internal templates -->
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}