mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add Twitter Cards to each page (#133)
* Add Twitter Cards to each page Hugo has an internal template for [Twitter Cards](https://gohugo.io/templates/internal/#twitter-cards). It takes necessary information from either site's or post's config thus it makes sense to add it to each page. * Add 'description' to posts archetype This optional field is used by Twitter Cards. * Add example usage of Twitter Cards * Add artspb to contributors
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
07687c49c0
commit
3d4335a787
@@ -1,6 +1,8 @@
|
||||
+++
|
||||
date = "2017-01-08"
|
||||
title = "Theme Demo"
|
||||
description = "The post demonstrates features of the coder theme."
|
||||
images = ["/images/N90.jpg"]
|
||||
math = "true"
|
||||
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user