Fix Google subtitle

This commit is contained in:
2019-03-16 10:58:05 -04:00
parent da2d55e991
commit 7061c3fc5a
2 changed files with 2 additions and 56 deletions

View File

@@ -178,61 +178,7 @@ exclude:
- README.md
- Vagrantfile
# prose.io config
prose:
rooturl: '_posts'
media: 'img'
ignore:
- 404.html
- LICENSE
- feed.xml
- _config.yml
- /_layouts
- /_includes
- /css
- /img
- /js
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Post title"
placeholder: "Title"
alterable: true
- name: "subtitle"
field:
element: "textarea"
label: "Subtitle"
placeholder: "A description of your post."
alterable: true
- name: "date"
field:
element: "text"
label: "Date"
help: "Enter date of post."
placeholder: "yyyy-mm-dd"
alterable: true
- name: "image"
field:
element: "text"
label: "Image"
help: "Add a thumbnail image to your post."
placeholder: "Thumbnail"
alterable: true
- name: "published"
field:
element: "checkbox"
label: "Publish"
help: "Check to publish post, uncheck to hide."
plugins:
- jekyll-paginate
- jekyll-sitemap
# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189

View File

@@ -1,7 +1,7 @@
---
layout: post
<!--title: My website
subtitle: This is where I will tell my friends way too much about me-->
title: Bryan Roessler's Homepage
subtitle: Ordo ab chao
use-site-title: false
---