drobne poprawki
This commit is contained in:
parent
b19e398d81
commit
65dafe3220
@ -1,4 +1,4 @@
|
||||
{{ $dateFormat := default "02-01-2006 15:04" (index .Site.Params "date_format") }}
|
||||
|
||||
<h2>{{ .Title | markdownify }}{{ if not .Date.IsZero }} <small>{{ .Date.Format $dateFormat }}</small>{{ end }}</h2>
|
||||
<h2><b>{{ .Title | markdownify }}{{ if not .Date.IsZero }} <small>{{ .Date.Format $dateFormat }}</small>{{ end }}</b></h2>
|
||||
{{ .Content }}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
<h1><b>{{ .Site.Title }}</b></h1>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-sm-9">
|
||||
{{ block "news" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user