Skip to content

Commit 4707393

Browse files
author
Matthieu Oger
committed
Move author.html to components
1 parent 9c6706e commit 4707393

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3 class="entry__subtitle">
1414
{% endif %}
1515

1616
<aside class="entry__metadata">
17-
{% include author.html %}
17+
{% include components/author.html %}
1818

1919
<section class="entry__infos">
2020
<p>

_layouts/tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3 class="entry__subtitle">
7979

8080
{% if page.show_metadata == nil or page.show_metadata == true %}
8181
<aside class="entry__metadata">
82-
{% include author.html %}
82+
{% include components/author.html %}
8383

8484
<section class="entry__infos">
8585
<p>

journal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3 class="entry__subtitle">
2020
{% endif %}
2121

2222
<aside class="entry__metadata">
23-
{% include author.html %}
23+
{% include components/author.html %}
2424

2525
<section class="entry__infos">
2626
<p>

0 commit comments

Comments
 (0)