Tags are right-aligned on post page

master
Quentin Duchemin 2021-05-25 16:48:08 +02:00
parent 3c589cd320
commit f4356263de
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<section class="hero is-primary has-text-centered is-medium">
<div class="hero-head mt-5">
{{ with .Params.categories }}
<div class="tags colums mb-2 mx-5">
<div class="tags colums is-justify-content-flex-end mb-2 mx-5">
{{ range . }}
<span class="tag is-info is-light is-large mr-4"><a href="{{ "categories" | absURL }}/{{ . | urlize }}">{{ . }}</a></span>
{{ end }}