Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/content_card_footer.html')
-rw-r--r--layouts/partials/content_card_footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/content_card_footer.html b/layouts/partials/content_card_footer.html
index fc128f7..7e094f6 100644
--- a/layouts/partials/content_card_footer.html
+++ b/layouts/partials/content_card_footer.html
@@ -4,14 +4,14 @@
{{ if gt .Params.categories 0 }}
<i class="fas fa-folder text-primary"></i>&nbsp;
{{ range .Params.categories }}
- <a href="{{ "/categories/" | relLangURL }}#{{ . | urlize }}" class="badge badge-primary"><span>{{ . }}</span></a>
+ <a href="{{ "/categories/" | relLangURL }}#{{ . | urlize }}" class="badge bg-primary"><span>{{ . }}</span></a>
{{ end }}
<br />
{{ end }}
{{ if gt .Params.tags 0 }}
<i class="fas fa-tags text-secondary"></i>&nbsp;
{{ range .Params.tags }}
- <a href="{{ "/tags/" | relLangURL }}#{{ . | urlize }}" class="badge badge-secondary"><span>{{ . }}</span></a>
+ <a href="{{ "/tags/" | relLangURL }}#{{ . | urlize }}" class="badge bg-secondary"><span>{{ . }}</span></a>
{{ end }}
{{ end }}
{{ end }}