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

Fixed meta title and description only rendering first character #1324

Closed
ghost opened this issue Nov 3, 2019 · 1 comment · Fixed by #1407
Closed

Fixed meta title and description only rendering first character #1324

ghost opened this issue Nov 3, 2019 · 1 comment · Fixed by #1407
Labels
bug Issue reports a bug

Comments

@ghost
Copy link

ghost commented Nov 3, 2019

As for #553 and #554 but for author

Description

---
author: John Doe
---

Expected behavior

<meta name="author" content="John Doe">

Actual behavior

<meta name="author" content="J">

Steps to reproduce the bug

  1. Default MkDocs instance
  2. Metadata in index.md as shown
  3. mkdocs serve

Package versions

  • Python: 2.7.10
  • MkDocs: 1.0.4
  • Material: 4.0.2

Project configuration

#  MkDocs sandbox for testing features
dev_addr: '0.0.0.0:8009'
site_name: Sandbox

System information

  • OS: macOS 10.14.6
  • Browser: Chrome 77.0.3865.120 (Official Build) (64-bit)
@squidfunk
Copy link
Owner

Thanks for reporting!

To anyone currently experiencing the issue: a workaround is available here.

@squidfunk squidfunk added the bug Issue reports a bug label Nov 3, 2019
@squidfunk squidfunk mentioned this issue Dec 23, 2019
53 tasks
Stanzilla added a commit to Stanzilla/mkdocs-material that referenced this issue Dec 25, 2019
StanzillaManticore pushed a commit to ManticoreGamesInc/mkdocs-material that referenced this issue Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue reports a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant