Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Support

How to remove unformatted "Home"

Solved by Hans Wurst View solution

Started by Hans Wurst 2 years ago · 2 replies · 159 views
2 years ago

Hello,
I am using the blog skeleton with Quark theme and unfortunately, the word "home" is standing lonely above the blog items.

Web inspector says, <span itemscope="" itemtype="http://schema.org/Thing" itemprop="item" itemid="/de"> <span itemprop="name">Home</span> </span>
Could anybody please help me with that? This is my website: https://zukunfthorst.de/de Thanks in advance.

2 years ago

@Olivander12, Always a good idea to show some self-help before asking questions:

  • What have you tried so far?
  • Where did you look for a possible cause?
  • What do your think the purpose is of "Home"?
  • Which theme template, or plugin could insert it into the page?

Give a man a fish...

2 years ago Solution

I have not modified the official skeleton besides editing markdown files. The blog.md file looks the following:

YAML
title: home
sitemap:
    changefreq: monthly
body_classes: 'header-dark header-transparent'
hero_classes: 'text-light title-h1h2 overlay-dark-gradient hero-large parallax'
hero_image: road.jpg
custom: 'new thing'
blog_url: /blog
show_sidebar: true
show_breadcrumbs: true
show_pagination: true
content:
    items: '@self.children'
    limit: 6
    order:
        by: date
        dir: desc
    pagination: true
    url_taxonomy_filters: true
feed:
    description: 'Sample Blog Description'
    limit: 10
pagination: true
---

# Gemeinsam in Horst
## Herzlich Willkommen auf der neuen Homepage

I can delete the title, but then home changes to blog
The title of this file shouldn't be displayed at all, but I do not know where to disable it.

Edit: I set show_breadcrumbs to false. This helped, but I am not sure if this is a good solution.

Suggested topics

Topic Participants Replies Views Activity
Support · by Thomas, 1 week ago
2 54 12 hours ago
Support · by Anna, 3 days ago
2 60 15 hours ago
Support · by Justin Young, 16 hours ago
1 30 15 hours ago
Support · by Duc , 1 week ago
2 65 5 days ago
Support · by Colin Hume, 1 week ago
2 57 5 days ago