Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rework site header for better title and decription handling #98

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

xoxys
Copy link
Member

@xoxys xoxys commented Apr 22, 2021

Fixes: #96

Description:

  • Title will use format <Page Title> | <Site Name> except error and home page
  • Description will use (first found):
    • .Description
    • .Summary
    • .Site.Params.description
    • .Site.Title

@thegeeklab-bot
Copy link

LHCI Report Overview

Report URL Performance Accessibility Best-Practices SEO PWA
Link http://localhost:34241/ 78 % 100 % 100 % 96 % 30 %
Link http://localhost:34241/404.html 79 % 100 % 100 % 100 % 30 %
Link http://localhost:34241/posts/ 79 % 100 % 100 % 100 % 30 %

@xoxys xoxys merged commit 5eff47c into main Apr 22, 2021
@delete-merged-branch delete-merged-branch bot deleted the add-96 branch April 22, 2021 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use .Description for meta description if available
2 participants