summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/index.html
diff options
context:
space:
mode:
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>