Merge branch 'develop' of github.com:hugo-next/hugo-theme-next into develop
This commit is contained in:
commit
fdfcadadcc
@ -12,6 +12,7 @@
|
||||
pre {
|
||||
position: relative;
|
||||
overflow-x: auto;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
table tbody tr {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{{ with .Params.tags }}
|
||||
<div class="post-tags">
|
||||
{{ range . }}
|
||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize | lower }}">
|
||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">
|
||||
{{ . }}
|
||||
</a>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user