improved content
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<article class="mt-5 mb-5">
|
||||
{{ if .Title }}
|
||||
<header class="mb-4">
|
||||
<h1 class="display-5">{{ .Title }}</h1>
|
||||
{{ if .Date }}
|
||||
@@ -11,6 +12,8 @@
|
||||
</p>
|
||||
{{ end }}
|
||||
</header>
|
||||
{{ end }}
|
||||
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user