Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 681 Bytes

File metadata and controls

26 lines (21 loc) · 681 Bytes

イベントアーカイブ

VSPが過去に行ったイベント一覧です。

{% assign tag_names = "" | split: "|" %}

{% for posts_by_tag in site.tags %} {% assign tag_names = tag_names | push: posts_by_tag.first %} {% endfor %}

{% assign tag_names = tag_names | sort %}


{% assign curDate = site.time | date: '%s' %}