Modified author about page.

This commit is contained in:
Greenscreener 2019-09-09 20:03:54 +02:00
parent 87b389e839
commit a78f5079bc
2 changed files with 14 additions and 8 deletions

View File

@ -150,6 +150,13 @@ $primary: #0b2a37;
} }
.author-media { .author-media {
margin-bottom: 15px; margin-bottom: 15px;
flex-wrap: wrap;
.media-left {
padding-bottom: 1em;
}
.media-content {
overflow: hidden;
}
} }
.pageTitle.title { .pageTitle.title {

View File

@ -14,6 +14,8 @@
<div class="media-content is-vertical-center"> <div class="media-content is-vertical-center">
<h3 class="title is-3">{{ .Title }}</h3> <h3 class="title is-3">{{ .Title }}</h3>
<h4 class="title is-4">{{ .Params.fullname }}</h4> <h4 class="title is-4">{{ .Params.fullname }}</h4>
</div>
</div>
<div class="content"> <div class="content">
{{ if ne .Content "" }} {{ if ne .Content "" }}
{{ .Content }} {{ .Content }}
@ -22,8 +24,5 @@
{{ end }} {{ end }}
</div> </div>
</div> </div>
</div>
</div>
{{ partial "list.html" . }} {{ partial "list.html" . }}
{{ end }} {{ end }}