Skip to content

Commit 5bbe95e

Browse files
committed
Little Fix for Blog Archive – Header Image
1 parent 39d5a41 commit 5bbe95e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

_drafts/page_all_frontmatter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ image:
2626
thumb:
2727
caption:
2828
caption_url:
29+
style: # Adding additional CSS-styles to <head>
2930
iframe: ""
3031
video:
3132
embedURL: ""

_drafts/page_with_table_of_contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
<div class="row">
1414
<div class="medium-4 medium-push-8 columns" markdown="1">
1515
<div class="panel radius" markdown="1">
16-
**Inhalt**
16+
Inhalt
1717
{: #toc }
1818
* TOC
1919
{:toc}

blog/archive.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
title: "Blog Archive"
44
teaser: "Check out all blog posts in my blog archive. Click on a headline to read the teaser."
55
breadcrumb: true
6-
image:
7-
header: header_unsplash_8.jpg
6+
header:
7+
image_fullwidth: header_unsplash_8.jpg
88
permalink: "blog/archive/"
99
---
1010
<div id="blog-index" class="row">

0 commit comments

Comments
 (0)