mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix tags missing quotes for v0.18 on Netlify
This commit is contained in:
@@ -6,7 +6,7 @@ date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
tags: [archetypes,generators,metadata,front matter]
|
||||
categories: [content management]
|
||||
categories: ["content management"]
|
||||
weight: 50
|
||||
draft: false
|
||||
slug:
|
||||
|
||||
@@ -6,7 +6,7 @@ date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-01-09
|
||||
categories: [content management]
|
||||
tags: [cross references, anchors, urls]
|
||||
tags: ["cross references","references", "anchors", "urls"]
|
||||
weight: 80
|
||||
draft: false
|
||||
slug:
|
||||
|
||||
@@ -6,7 +6,7 @@ date: 2017-01-09
|
||||
publishdate: 2017-01-09
|
||||
lastmod: 2017-01-09
|
||||
categories: [content management]
|
||||
tags: [front matter, yaml, toml, json, metadata, archetypes]
|
||||
tags: ["front matter", "yaml", "toml", "json", "metadata", "archetypes"]
|
||||
weight: 20
|
||||
draft: false
|
||||
slug:
|
||||
|
||||
Reference in New Issue
Block a user