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>