Merge remote-tracking branch 'refs/remotes/origin/master' into fix-bigimg-issues
This commit is contained in:
commit
31b882a6e6
@ -82,4 +82,4 @@ pygmentCodeFences = true
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
url = "/tags"
|
||||
weight = 3
|
||||
weight = 3
|
||||
|
@ -1,8 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: About me
|
||||
subtitle: Why you'd want to go on a date with me
|
||||
nocomments: false # set true to disable comments on this page
|
||||
comments: false
|
||||
---
|
||||
|
||||
My name is Inigo Montoya. I have the following qualities:
|
||||
|
@ -27,12 +27,14 @@
|
||||
<article class="post-preview">
|
||||
<a href="{{ .Permalink }}">
|
||||
<h2 class="post-title">{{ .Title }}</h2>
|
||||
|
||||
{{ if .Params.subtitle }}
|
||||
<h3 class="post-subtitle">
|
||||
{{ .Params.subtitle }}
|
||||
</h3>
|
||||
{{ end }}
|
||||
</a>
|
||||
|
||||
<p class="post-meta">
|
||||
Posted on {{ .Date.Format .Site.Params.dateFormat }}
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user