' > " and humanize titles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<article>
|
||||
<header>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>{{ .Title | humanize }}</h1>
|
||||
</header>
|
||||
{{ .Content }}
|
||||
<ul class='contents'>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<article>
|
||||
<header>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>{{ .Title | humanize }}</h1>
|
||||
</header>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<article>
|
||||
<div>
|
||||
<!-- <h3><a href='{{ .RelPermalink }}'>{{ .Title }}</a></h3> -->
|
||||
<h3>{{ .Title }}</h3>
|
||||
<h3>{{ .Title | humanize }}</h3>
|
||||
{{ i18n "published" }} {{ $pubdate }}
|
||||
{{ if ne $pubdate $lastmod }}
|
||||
{{ i18n "modified" }} {{ $lastmod }}
|
||||
|
Reference in New Issue
Block a user