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 Microformats #3052

Merged
merged 8 commits into from
Jul 23, 2021
Merged

Add Microformats #3052

merged 8 commits into from
Jul 23, 2021

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    ba55029 View commit details
    Browse the repository at this point in the history
  2. Add h-card Microformats markup

    dltj committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    73bc07f View commit details
    Browse the repository at this point in the history
  3. Add h-entry microformat markup

    dltj committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    f52d43f View commit details
    Browse the repository at this point in the history
  4. Fix missing anchor tag

    dltj committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    04fe046 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    2756c4f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Use minimal subset of Microformat elements

    * Move dt-published to `page__date.html` and remove dt-updated
    * Remove "author" and "summary"
    
    Leaves "url" as a hidden element
    dltj committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    544a5e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Add page link to h1 tag

    The h1 tag now contains the Schema-org `url` itemprop and the
    Microformats `url` class in an anchor tag.  The anchor tag is styled to
    not look like a link.
    dltj committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    560da93 View commit details
    Browse the repository at this point in the history
  2. Put author 'u-url' on author__name h3

    This also puts the same `{{ author.home | default: '/' | absolute_url }}`
    construct on `author__avatar` to remove the Jekyll `author.home`
    conditional.
    
    Also addresses SCSS text color error.
    dltj committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    fa138dc View commit details
    Browse the repository at this point in the history