From 7c8d5e9040490162d8048eddb25f95bdef2f4c90 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Mon, 10 Jun 2019 09:04:12 +0200 Subject: initial commit --- content/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/index.html (limited to 'content/index.html') diff --git a/content/index.html b/content/index.html new file mode 100644 index 0000000..7ad1887 --- /dev/null +++ b/content/index.html @@ -0,0 +1,11 @@ +<% sorted_articles.each do |post| %> +
+
日付: <%= post[:created_at] %>
+
タグ: <%= post[:tags].join("・") %>
+
+

<%= link_to post[:title], post.path %>

+ <%= get_summary(post.compiled_content) %> +
<%= link_to "つづき", post.path %>
+
+<% end %> + -- cgit v1.2.3-54-g00ecf