From 89316ac24ea83b7fa41dfd5d3674db1e024d2dcd Mon Sep 17 00:00:00 2001 From: nicobo Date: Mon, 22 Oct 2018 02:24:08 +0200 Subject: [PATCH] + mastodon timeline --- .gitmodules | 3 +++ _includes/head.html | 29 ++++++++++++++++++++++++++++- assets/mastodon-timeline-widget | 1 + index.html | 3 +++ 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 assets/mastodon-timeline-widget diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..37d0b42 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "assets/mastodon-timeline-widget"] + path = assets/mastodon-timeline-widget + url = https://github.com/AzetJP/mastodon-timeline-widget.git diff --git a/_includes/head.html b/_includes/head.html index 085e556..92ff821 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -83,6 +83,8 @@ + + {% if paginator.previous_page %} @@ -95,9 +97,34 @@ - + {% feed_meta %} + + + + + + diff --git a/assets/mastodon-timeline-widget b/assets/mastodon-timeline-widget new file mode 160000 index 0000000..389ecae --- /dev/null +++ b/assets/mastodon-timeline-widget @@ -0,0 +1 @@ +Subproject commit 389ecae923bb799f1e95e6234d9a5bea9be0f444 diff --git a/index.html b/index.html index 7ac9823..61d1323 100644 --- a/index.html +++ b/index.html @@ -21,4 +21,7 @@ title: Home
{% include pagination.html %}
+ +
+