aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-06-20 21:29:47 +0900
committernsfisis <nsfisis@gmail.com>2023-06-20 21:29:47 +0900
commit92c7b41ea10b0d43557e45bf24ed70dc1cdace18 (patch)
treeb4cc2414c3eb1b287ceeb7b762be029cc0f6ff56 /public/index.html
parent0f0d396f961a1bdac520a56bdc53e27b70ff6e08 (diff)
downloadblog.nsfisis.dev-92c7b41ea10b0d43557e45bf24ed70dc1cdace18.tar.gz
blog.nsfisis.dev-92c7b41ea10b0d43557e45bf24ed70dc1cdace18.tar.zst
blog.nsfisis.dev-92c7b41ea10b0d43557e45bf24ed70dc1cdace18.zip
feat(nuldoc): improve indentation of <a> tag
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html
index d3f2fe2..de61ae0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -35,28 +35,32 @@
<main class="main">
<article class="post-single">
<article class="post-entry">
- <a href="/about/"> <header class="entry-header">
+ <a href="/about/">
+ <header class="entry-header">
<h2>About</h2>
</header>
-</a>
+ </a>
</article>
<article class="post-entry">
- <a href="/posts/"> <header class="entry-header">
+ <a href="/posts/">
+ <header class="entry-header">
<h2>Posts</h2>
</header>
-</a>
+ </a>
</article>
<article class="post-entry">
- <a href="/slides/"> <header class="entry-header">
+ <a href="/slides/">
+ <header class="entry-header">
<h2>Slides</h2>
</header>
-</a>
+ </a>
</article>
<article class="post-entry">
- <a href="/tags/"> <header class="entry-header">
+ <a href="/tags/">
+ <header class="entry-header">
<h2>Tags</h2>
</header>
-</a>
+ </a>
</article>
</article>
</main>