Header fixes (#25)
* #21 changing logic to selecting cover image - For categories, tags - Some code refactor and indenting * #21 initial codes for pelican unit tests * #21 few more testing changes * Ref #21 unit tests for article tests coverimages * Ref #21 unit tests for page, tags, category and author coverimages * Ref #21 readme updated
This commit is contained in:
parent
994b999633
commit
7b26ad1013
39 changed files with 1283 additions and 127 deletions
7
tests/content/article_with_og_image.rst
Normal file
7
tests/content/article_with_og_image.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
:title: With OG Cover Images
|
||||
:date: 2018-04-29 00:59
|
||||
:author: raj
|
||||
:category: bar
|
||||
:tags: bartag
|
||||
:slug: with-og-cover-images
|
||||
:og_image: /assets/images/og_cover.jpg
|
Loading…
Add table
Add a link
Reference in a new issue