This repository was archived by the owner on Feb 1, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
{%- endif -%}
10
10
< img src ="{{ author_image }} " class ="bio-photo " alt ="">
11
11
{%- endif -%}
12
- < span class =" author vcard " > < span class =" fn " > {{ author.name }}</ span > </ span >
12
+ < span > {{ author.name }}</ span >
13
13
{%- if author.links -%}
14
14
{%- for link in author.links -%}
15
15
{%- if link.url contains "://" -%}
Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
< div id ="main " role ="main ">
6
- < article class =" hentry " >
6
+ < article >
7
7
{% include page-image.html %}
8
8
< div class ="entry-wrapper ">
9
9
< header class ="entry-header ">
10
10
{% if page.link %}
11
- < h1 class ="entry-title "> < a href ="{{ page.link }} "> {% if page.headline %}{{ page.headline }}{% else %}{{ page. title }}{% endif % } < span class ="link-arrow "> →</ span > </ a > </ h1 >
11
+ < h1 class ="entry-title "> < a href ="{{ page.link }} "> {{ page.title }} < span class ="link-arrow "> →</ span > </ a > </ h1 >
12
12
{% else %}
13
- < h1 class ="entry-title "> {% if page.headline %}{{ page.headline }}{% else %}{{ page. title }}{% endif % }</ h1 >
13
+ < h1 class ="entry-title "> {{ page.title }}</ h1 >
14
14
{% endif %}
15
15
</ header >
16
16
< aside class ="entry-meta ">
You can’t perform that action at this time.
0 commit comments