Tags are right-aligned on post page
parent
3c589cd320
commit
f4356263de
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue