Add see also section to posts footer (#152)

* Fix series list page title

* Add see also section to posts footer
This commit is contained in:
Joseph Ting
2019-03-11 20:21:14 +09:00
committed by Luiz F. A. de Prá
parent da6f9e1389
commit 27e83b1e5a
14 changed files with 48 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ title = "Creating a New Theme"
slug = "creating-a-new-theme"
tags = []
categories = []
series = ["Theme", "Hugo"]
+++
## Introduction

View File

@@ -11,4 +11,5 @@ categories = [
"Development",
]
externalLink = "https://github.com/luizdepra/hugo-coder/wiki"
series = ["Hugo"]
+++

View File

@@ -13,7 +13,7 @@ categories = [
"Development",
"golang",
]
series = ["Getting Started"]
series = ["Getting Started", "Hugo"]
+++
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for

View File

@@ -11,7 +11,7 @@ categories = [
"Development",
"golang",
]
series = ["Getting Started"]
series = ["Getting Started", "Hugo"]
+++
## Step 1. Install Hugo

View File

@@ -2,7 +2,7 @@
date = "2014-03-10"
title = "Migrate to Hugo from Jekyll"
description = "The post explains how to migrate from from Jekyll to Hugo."
series = ["Getting Started"]
series = ["Getting Started", "Hugo"]
+++
Table of Contents

View File

@@ -4,7 +4,7 @@ title = "Theme Demo"
description = "The post demonstrates features of the coder theme."
images = ["/images/N90.jpg"]
math = "true"
series = ["Theme", "Hugo"]
+++
## Style Demo