diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-02-24 18:09:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-02-24 18:09:59 +0900 |
| commit | 8ea9a599b5783d2cddeab235d541748e72cb4bcb (patch) | |
| tree | 5d0aa006bbe2b4116c91fbc01da1a699d7079bca /vhosts/blog/public/posts/index.html | |
| parent | ad6cdb3a432f12f2e492ecd182a06a0836d96ba8 (diff) | |
| download | nsfisis.dev-8ea9a599b5783d2cddeab235d541748e72cb4bcb.tar.gz nsfisis.dev-8ea9a599b5783d2cddeab235d541748e72cb4bcb.tar.zst nsfisis.dev-8ea9a599b5783d2cddeab235d541748e72cb4bcb.zip | |
feat(blog/nuldoc): add `rel=alternate` link
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index dc046854..b29974f4 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -11,6 +11,7 @@ <meta property="og:description" content="投稿した記事の一覧"> <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> <meta property="og:locale" content="ja_JP"> + <link rel="alternate" type="application/atom+xml" href="https://blog.nsfisis.dev/posts/atom.xml"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>投稿一覧|REPL: Rest-Eat-Program Loop</title> <link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007"> |
