From 3c4cfb45a33f4835f76893fde7198d132774b57c Mon Sep 17 00:00:00 2001 From: Huy-Ngo Date: Mon, 11 Jan 2021 15:13:50 +0700 Subject: Add webring --- _includes/custom-head.html | 1 + _includes/custom-webring.html | 59 +++++++++++++++++++++++++++++++++++++++++++ _includes/footer.html | 38 ++++++++++++++++++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 _includes/custom-webring.html create mode 100644 _includes/footer.html (limited to '_includes') diff --git a/_includes/custom-head.html b/_includes/custom-head.html index 75c6e2c..172ec27 100644 --- a/_includes/custom-head.html +++ b/_includes/custom-head.html @@ -1,3 +1,4 @@ + diff --git a/_includes/custom-webring.html b/_includes/custom-webring.html new file mode 100644 index 0000000..b2dde84 --- /dev/null +++ b/_includes/custom-webring.html @@ -0,0 +1,59 @@ +
+
+

+ Articles from blogs I read + + Generated by + openring + +

+ +
+
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..ca0157a --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,38 @@ +{%- include custom-webring.html -%} + -- cgit 1.4.1