Skip to content
Discussion options

You must be logged in to vote

So a little bit more testing shows that the amount of the image rendered is dependent on the size of the title string. Since I was trying to pass in an title with an empty or small string I would get no title banner. So just pass in a few line breaks and it works perfectly.

This is a hack, but works as I want it to.

---
pagetitle: "Test Page" 
title: |
  <br>
  <br>
  <br>
  <br>
title-block-banner: image.jpg
---

# Here's a really wide full screen image that shouldn't be affected by the ToC!

The image path is a problem for some reason though. Image in the root works fine, but any other path the image fails to render for some reason.

Replies: 1 comment 21 replies

Comment options

You must be logged in to vote
21 replies
@mcanouil
Comment options

@jpmorr
Comment options

@mcanouil
Comment options

@jpmorr
Comment options

Answer selected by jpmorr
@mcanouil
Comment options

@jpmorr
Comment options

@jpmorr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites
2 participants