mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Author data in post h-entry
This commit is contained in:
parent
cf17b0ecce
commit
6cf341a257
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p class="author" aria-hidden="true">
|
<p class="author" aria-hidden="true">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
|
||||||
<a href="{{ .Site.BaseURL | relLangURL }}" rel="author">{{ .Site.Author.name }}</a>
|
<a href="{{ .Site.BaseURL | absURL }}" rel="author" class="p-author">{{ .Site.Author.name }}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue