Un-expire few test posts

Also update the bare_min theme.
master
Kaushal Modi 8 years ago
parent 1ac374ccab
commit be331d794a
  1. 2
      test/site/content-org/single-posts/post-draft.org
  2. 2
      test/site/content-org/single-posts/post-toml.org
  3. 2
      test/site/content-org/single-posts/post-yaml.org
  4. 2
      test/site/content/singles/post-draft.md
  5. 2
      test/site/content/singles/post-toml.md
  6. 2
      test/site/content/singles/post-yaml.md
  7. 2
      test/site/themes/bare_min

@ -1,8 +1,6 @@
#+title: Single Post, but draft
#+author:
#+date: 2017-07-20
#+hugo_publishdate: 2017-07-22
#+hugo_expirydate: 2017-07-23
#+hugo_base_dir: ../../

@ -1,8 +1,6 @@
#+title: Single Post with TOML front matter
#+author:
#+date: 2017-07-20
#+hugo_publishdate: 2017-07-22
#+hugo_expirydate: 2017-07-23
#+hugo_base_dir: ../../
#+hugo_section: singles

@ -1,8 +1,6 @@
#+title: Single Post with YAML front matter
#+author:
#+date: 2017-07-20
#+hugo_publishdate: 2017-07-22
#+hugo_expirydate: 2017-07-23
#+hugo_base_dir: ../../
#+hugo_front_matter_format: yaml

@ -1,8 +1,6 @@
+++
title = "Single Post, but draft"
date = 2017-07-20
publishDate = 2017-07-22
expiryDate = 2017-07-23
tags = ["single", "toml"]
categories = ["cat1", "cat2"]
draft = true

@ -1,8 +1,6 @@
+++
title = "Single Post with TOML front matter"
date = 2017-07-20
publishDate = 2017-07-22
expiryDate = 2017-07-23
tags = ["single", "toml"]
categories = ["cat1", "cat2"]
draft = false

@ -1,8 +1,6 @@
---
title: "Single Post with YAML front matter"
date: 2017-07-20
publishDate: 2017-07-22
expiryDate: 2017-07-23
tags: ["single", "yaml"]
categories: ["cat1", "cat2"]
draft: false

@ -1 +1 @@
Subproject commit fcb7098652ef386481b5c1f1a390f2d6ad329b6a
Subproject commit 99f3a8d5a5d7df259e6ac7f96334cb3ea1c2ee0e
Loading…
Cancel
Save