Modified author about page.
This commit is contained in:
parent
87b389e839
commit
a78f5079bc
@ -150,6 +150,13 @@ $primary: #0b2a37;
|
||||
}
|
||||
.author-media {
|
||||
margin-bottom: 15px;
|
||||
flex-wrap: wrap;
|
||||
.media-left {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
.media-content {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.pageTitle.title {
|
||||
|
@ -14,6 +14,8 @@
|
||||
<div class="media-content is-vertical-center">
|
||||
<h3 class="title is-3">{{ .Title }}</h3>
|
||||
<h4 class="title is-4">{{ .Params.fullname }}</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
{{ if ne .Content "" }}
|
||||
{{ .Content }}
|
||||
@ -22,8 +24,5 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{{ partial "list.html" . }}
|
||||
{{ end }}
|
Loading…
Reference in New Issue
Block a user