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

Add functions for setting description and OG meta #1663

Merged
merged 3 commits into from
Mar 30, 2020

Commits on Mar 30, 2020

  1. Add functions for setting description and OG meta

    It's common that a website author will want to add a specific
    description and Open Graph image to a given page in their website. These
    functions are simple conveniences to add these meta tags to the document
    head.
    
    I decided against simply adding all possible meta tags, because not all
    of them are useful, and even in the case of Open Graph tags, many of
    them should be set only once and they should use the same value for the
    entire website. In those cases, it's probably better for the website
    author to add those tags in their layout template.
    
    Closes #1659
    jezen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    645092e View commit details
    Browse the repository at this point in the history
  2. Bump yesod-core version

    jezen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    7251f1f View commit details
    Browse the repository at this point in the history
  3. Add missing language pragma

    jezen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    33241d4 View commit details
    Browse the repository at this point in the history