Add domain author card
This commit is contained in:
parent
ad55411e21
commit
df998d54c2
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="{% if tags and tags.includes('post') %}h-entry{% endif %}">
|
<body class="{% if tags and tags.includes('post') %}h-entry{% endif %}">
|
||||||
|
<span class="p-author h-card hidden" rel="me">
|
||||||
|
<a class="p-name u-url" href="https://devon.lol">Devon Campbell</a>
|
||||||
|
<img class="u-photo" src="/images/personal-avatar.png" alt="Illustrated avatar showing Devon with pink skin, green hair and green beard, and a blue t-shirt on a light green background" />
|
||||||
|
</span>
|
||||||
<a href="/" class="logo"><img src="/images/logo.png" alt="Devon.LOL"></a>
|
<a href="/" class="logo"><img src="/images/logo.png" alt="Devon.LOL"></a>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue