Les tags sont sur plusieurs colonnes
This commit is contained in:
parent
1d44c6d7bc
commit
32f39949b3
4 changed files with 20 additions and 4 deletions
|
@ -1,7 +1,11 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ range .Pages }}
|
<div class="taxonomy">
|
||||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
<ul>
|
||||||
{{ end }}
|
{{ range .Pages }}
|
||||||
|
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
|
||||||
|
{{ end }}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
|
@ -239,6 +239,12 @@ figure > figcaption h4 {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.taxonomy {
|
||||||
|
-webkit-column-width: 150px;
|
||||||
|
-moz-column-width: 150px;
|
||||||
|
column-width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.ais-SearchBox {
|
.ais-SearchBox {
|
||||||
.ais-SearchBox-input {
|
.ais-SearchBox-input {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
|
|
@ -985,6 +985,12 @@ figure > figcaption h4 {
|
||||||
margin-left: 10rem;
|
margin-left: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.taxonomy {
|
||||||
|
-webkit-column-width: 150px;
|
||||||
|
-moz-column-width: 150px;
|
||||||
|
column-width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.ais-SearchBox .ais-SearchBox-input {
|
.ais-SearchBox .ais-SearchBox-input {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
2
static/css/theme.min.css
vendored
2
static/css/theme.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue