HTML5 & Atom compliance
This commit is contained in:
parent
264511f233
commit
3ec03a9a30
|
@ -2,7 +2,7 @@
|
|||
layout: base
|
||||
---
|
||||
|
||||
<main class="page--about gap">
|
||||
<div class="page--about gap">
|
||||
<main class="main-content box pad">{{ content | safe }}</main>
|
||||
<aside class="idcard">
|
||||
<header class="idcard__header">
|
||||
|
@ -11,7 +11,7 @@ layout: base
|
|||
<div class="idcard__picture">
|
||||
<img src="/assets/img/about-profile.png"/>
|
||||
</div>
|
||||
<main class="idcard__bio">
|
||||
<div class="idcard__bio">
|
||||
<p class="idcard__name">
|
||||
<span class="idcard__label">NAME</span>
|
||||
Gil
|
||||
|
@ -32,7 +32,7 @@ layout: base
|
|||
<span class="idcard__label">ID#</span>
|
||||
<span class="monospace">GI0755>>592238</code>
|
||||
</p>
|
||||
</main>
|
||||
</div>
|
||||
</aside>
|
||||
<section class="interests box pad">
|
||||
<header>
|
||||
|
@ -63,4 +63,4 @@ layout: base
|
|||
</header>
|
||||
{% include 'snippets/socials.njk' %}
|
||||
</aside>
|
||||
</main>
|
||||
</div>
|
|
@ -6,7 +6,7 @@ layout: base
|
|||
<header>
|
||||
<h1>{{ title }}</h1>
|
||||
<p>
|
||||
posted <time datetime="{{ page.date }}" title="{{ page.date }}">{{ page.date | formatDateRel }}</time>
|
||||
posted <time datetime="{{ page.date | formatDate('yyyy-MM-dd HH:mmZZ') }}" title="{{ page.date }}">{{ page.date | formatDateRel }}</time>
|
||||
{% if author %}
|
||||
by {{ author }}
|
||||
{% elif meta.author %}
|
||||
|
|
|
@ -21,12 +21,15 @@ layout: base
|
|||
<h2>Neighborhood</h2>
|
||||
</header>
|
||||
{% include 'snippets/badges.njk' %}
|
||||
<p>
|
||||
<a href="http://validator.w3.org/feed/check.cgi?url=https%3A//gil.ink/feed.xml" rel="noopener noreferrer" target="_blank"><img src="assets/img/valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed"/> </a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://spellcircle.neocities.org/Gil/previous">←</a>
|
||||
🔮
|
||||
<a href="https://spellcircle.neocities.org">Spellcircle</a>
|
||||
🧙
|
||||
<a href="https://spellcircle.neocities.org/Gil/next">→</a>
|
||||
</p>
|
||||
</p>
|
||||
</aside>
|
||||
</div>
|
BIN
src/assets/img/valid-atom.png
Normal file
BIN
src/assets/img/valid-atom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue