From 753743cb06c1fd0a6d1a25bbdf2dd0207d04d6dc Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 3 Jan 2020 18:41:55 +0100 Subject: Add oboz site --- components/ObozWidget.vue | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 components/ObozWidget.vue (limited to 'components') diff --git a/components/ObozWidget.vue b/components/ObozWidget.vue new file mode 100644 index 0000000..8e1037e --- /dev/null +++ b/components/ObozWidget.vue @@ -0,0 +1,46 @@ + + + + + -- cgit 1.4.1 From 2d8f09ae9dbedc127987e4629ae3db62191bb4dd Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 4 Jan 2020 15:08:52 +0100 Subject: Add day countdown --- components/Posts/PostList/PurePostList.vue | 9 ++++++++- pages/oboz/2020.vue | 23 ++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/Posts/PostList/PurePostList.vue b/components/Posts/PostList/PurePostList.vue index ace069f..2fe98cb 100644 --- a/components/Posts/PostList/PurePostList.vue +++ b/components/Posts/PostList/PurePostList.vue @@ -1,6 +1,6 @@