drobne poprawki

This commit is contained in:
shizuka 2018-10-01 10:14:50 +02:00
parent b19e398d81
commit 65dafe3220
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{ $dateFormat := default "02-01-2006 15:04" (index .Site.Params "date_format") }} {{ $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 }} {{ .Content }}

View File

@ -1,5 +1,6 @@
{{ define "main" }} {{ define "main" }}
<h1>{{ .Site.Title }}</h1> <h1><b>{{ .Site.Title }}</b></h1>
<hr />
<div class="row"> <div class="row">
<div class="col-sm-9"> <div class="col-sm-9">
{{ block "news" . }} {{ block "news" . }}