From 38d63492e52fd52b43e41a42e31e615da56c93b8 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Wed, 14 Nov 2018 20:45:53 +0100 Subject: [PATCH] Removed analytics and added read time for posts --- _includes/footer.html | 22 +--------------------- blog/index.html | 6 ++++++ privacy-policy.html | 5 ----- projects/i2p.html | 3 ++- 4 files changed, 9 insertions(+), 27 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index e202bb8..965a1e2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -25,7 +25,6 @@ - @@ -37,23 +36,4 @@ window.lazyLoadOptions = { elements_selector: ".lazy" }; - - - - - - - + \ No newline at end of file diff --git a/blog/index.html b/blog/index.html index cf43691..2511816 100644 --- a/blog/index.html +++ b/blog/index.html @@ -30,6 +30,12 @@ section_id: blog

by {{post.author}}

{{post.excerpt}}

+ {% assign words = post.content | number_of_words %} + {% if words < 360 %} + Read time: 1 minute + {% else %} + Read time: {{ words | divided_by:180 }} minutes + {% endif %} {% for tag in post.tags %} {{ tag }} {% endfor %} diff --git a/privacy-policy.html b/privacy-policy.html index 73872db..270297b 100644 --- a/privacy-policy.html +++ b/privacy-policy.html @@ -61,11 +61,6 @@ Ura also collects potentially personally-identifying information like Internet P - -
diff --git a/projects/i2p.html b/projects/i2p.html index 1a4a93d..4d0e4aa 100644 --- a/projects/i2p.html +++ b/projects/i2p.html @@ -48,7 +48,8 @@ title: I2P Style Guide and Usability Study Sources
Identihub
Website
- Usability Study + Usability Study (PDF)
+ Usability Study (ODT)