File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44# Amethyst theme
55
6- This repository houses the Amethyst theme for Jekyll.
6+ This repository houses the Amethyst theme for [ Jekyll] ( https://jekyllrb.com/ ) .
77
88## Getting started
99
Original file line number Diff line number Diff line change 5353{% if page.layout == "post" and page.date and page.author %}
5454< meta property ="og:type " content ="article ">
5555< meta property ="article:published_time " content ="{{ page.date | date_to_xmlschema }} ">
56- < meta name ="author " content ="{{ site.data.authors[include .author] | default: include .author | escape }} ">
56+ < meta name ="author " content ="{{ site.data.authors[page .author] | default: page .author | escape }} ">
5757{% endif %}
5858
5959{% endcapture -%}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>Tag: {{ page.title | escape }}</h1>
1212 {%- for post in posts -%}
1313 < div class ="post-row ">
1414 < h2 > < a href ="{{ post.url | relative_url }} "> {{ post.title | escape }}</ a > </ h2 >
15- < p class ="post-meta "> Posted on < time datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: date_format }}</ time > {% if post.author %} by {{ site.data.authors[include .author] | default: include .author | escape }}{% endif %}</ p >
15+ < p class ="post-meta "> Posted on < time datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: date_format }}</ time > {% if post.author %} by {{ site.data.authors[post .author] | default: post .author | escape }}{% endif %}</ p >
1616 < div class ="post ">
1717 {{- post.excerpt -}}
1818 {%- if post.excerpt != post.content %}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>Archive: {{ page.date | date: '%Y' }}</h1>
1212 {%- for post in posts -%}
1313 < div class ="post-row ">
1414 < h2 > < a href ="{{ post.url | relative_url }} "> {{ post.title | escape }}</ a > </ h2 >
15- < p class ="post-meta "> Posted on < time datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: date_format }}</ time > {% if post.author %} by {{ site.data.authors[include .author] | default: include .author | escape }}{% endif %}</ p >
15+ < p class ="post-meta "> Posted on < time datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: date_format }}</ time > {% if post.author %} by {{ site.data.authors[post .author] | default: post .author | escape }}{% endif %}</ p >
1616 < div class ="post ">
1717 {{- post.excerpt -}}
1818 {%- if post.excerpt != post.content %}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1>{{ page.title }}</h1>
1313 {% for post in posts -%}
1414 < div class ="post-row ">
1515 < h2 > < a href ="{{ post.url | relative_url }} "> {{ post.title | escape }}</ a > </ h2 >
16- < p class ="post-meta "> Posted on < time datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: date_format }}</ time > {% if post.author %} by {{ site.data.authors[include .author] | default: include .author | escape }}{% endif %}</ p >
16+ < p class ="post-meta "> Posted on < time datetime ="{{ post.date | date_to_xmlschema }} "> {{ post.date | date: date_format }}</ time > {% if post.author %} by {{ site.data.authors[post .author] | default: post .author | escape }}{% endif %}</ p >
1717 < div class ="post ">
1818 {{- post.excerpt -}}
1919 {%- if post.excerpt != post.content %}
You can’t perform that action at this time.
0 commit comments