From 6209453817da9922f28bac1bb1522c6d380630ab Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 19 Nov 2022 14:23:32 +0900 Subject: Hugo to Asciidoctor --- templates/posts_list.html.erb | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 templates/posts_list.html.erb (limited to 'templates/posts_list.html.erb') diff --git a/templates/posts_list.html.erb b/templates/posts_list.html.erb new file mode 100644 index 0000000..2227241 --- /dev/null +++ b/templates/posts_list.html.erb @@ -0,0 +1,59 @@ +<% _main_stylesheet = '/style.css' %> +<% _author = author %> +<% _description = description %> +<% _lang = lang %> +<% _site_copyright_year = site_copyright_year %> +<% _copyright_year = copyright_year %> +<% _site_name = site_name %> +<% _doctitle = doctitle %> +<% _header_title = header_title %> +<% _posts = posts %> + + + + + + + + + + <%= _doctitle %> | <%= _site_name %> + + + + + +
+ +
+
+ + <% for post in _posts %> + + <% end %> +
+ + + -- cgit v1.2.3-70-g09d2