summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-09-28 04:16:51 +0900
committernsfisis <nsfisis@gmail.com>2024-09-28 04:16:51 +0900
commit48b32a34e940f5449027d52ba99f7128b154ecff (patch)
treec37bd55a455ef9cbdc178c49f7b6fdbb245fef8a /vhosts/blog/public/posts/index.html
parent41203279e88ceb19e50fc47b9781cd57afc696cc (diff)
downloadnsfisis.dev-48b32a34e940f5449027d52ba99f7128b154ecff.tar.gz
nsfisis.dev-48b32a34e940f5449027d52ba99f7128b154ecff.tar.zst
nsfisis.dev-48b32a34e940f5449027d52ba99f7128b154ecff.zip
feat(blog/content): new post /posts/2024-09-28/mncore-challenge-1/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
-rw-r--r--vhosts/blog/public/posts/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 10069c06..1fd191d5 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -43,6 +43,21 @@
<h1>投稿一覧</h1>
</header>
<article class="post-entry">
+ <a href="/posts/2024-09-28/mncore-challenge-1/">
+ <header class="entry-header">
+ <h2>MN-Core Challenge #1 参加レポ</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ 2024-08-28 から 2024-09-24 にかけて開催された MN-Core Challenge #1 に参加した。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2024-09-28">2024-09-28</time> 投稿
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2024-08-19/go-template-access-outer-scope-pipeline-within-with-or-range/">
<header class="entry-header">
<h2>【Go】 text/template の with や range の内側から外側の &quot;.&quot; にアクセスする</h2>