We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080ece5 commit 4a73e1fCopy full SHA for 4a73e1f
1 file changed
blog.html
@@ -18,6 +18,10 @@ <h3 class="block">
18
旧サイトの「合宿ブログ」は、<a href="https://old.rubycamp.jp/blog/">こちら</a>からご覧できます。
19
</div>
20
21
+<div class="notification is-danger is-light">
22
+ 現在、諸事情により新規ブログの掲載は中止しております。
23
+</div>
24
+
25
{% assign blog_by_date = site.blog | sort: "date" %}
26
{% for blog in blog_by_date reversed %}
27
<hr class="title-list"/>
0 commit comments