diff --git a/site/_includes/news_contents.html b/site/_includes/news_contents.html new file mode 100644 index 00000000..1da35f41 --- /dev/null +++ b/site/_includes/news_contents.html @@ -0,0 +1,18 @@ +
diff --git a/site/_includes/news_contents_mobile.html b/site/_includes/news_contents_mobile.html new file mode 100644 index 00000000..e8fb55e7 --- /dev/null +++ b/site/_includes/news_contents_mobile.html @@ -0,0 +1,11 @@ ++ {{ post.content }} +
++ Posted on {{ post.date | date_to_string }} by @{{ post.author }}, filed in {{ post.categories | array_to_sentence_string }} +
diff --git a/site/_layouts/news.html b/site/_layouts/news.html new file mode 100644 index 00000000..187c2b05 --- /dev/null +++ b/site/_layouts/news.html @@ -0,0 +1,22 @@ +--- +layout: default +--- + +