removed example site and fixed the recent post height

This commit is contained in:
gurusabarish
2021-04-04 00:18:55 +05:30
parent 31ca80f694
commit 4fee8dbb83
22 changed files with 158 additions and 1105 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<h5 class="card-header m-0">
{{ if .Params.tags }}
{{ range .Params.tags }}
<a href="{{ " /tags/" | relLangURL }}{{ . | urlize }}" class="btn btn-info btn-rounded mb-2">{{ . }}</a>
<a href={{ "/tags/" | relLangURL }}{{ . | urlize }} class="btn btn-info btn-rounded mb-2">{{ . }}</a>
{{ end }}
{{ end }}
</h5>
+1 -3
View File
@@ -82,8 +82,6 @@
<article>
{{.Content}}
</article>
</div>
<!-- Tags -->
<div class="p-5">
@@ -92,7 +90,7 @@
<div class="card-body">
{{ if .Params.tags }}
{{ range .Params.tags }}
<a href="{{ " /tags/" | relLangURL }}{{ . | urlize }}" class="btn btn-outline-danger btn-rounded mb-2">
<a href={{ "/tags/" | relLangURL }}{{ . | urlize }} class="btn btn-outline-danger btn-rounded mb-2">
{{ . }}
</a>
{{ end }}