removed example site and fixed the recent post height
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user