From 8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 30 May 2024 09:02:38 -0400 Subject: Further customization and porting of older content --- _includes/disqus_comments.html | 20 -------------------- _includes/feed.xml | 23 +++++++++++++++++++++++ _includes/google-analytics.html | 9 --------- _includes/head.html | 1 + _includes/header.html | 9 +-------- 5 files changed, 25 insertions(+), 37 deletions(-) delete mode 100644 _includes/disqus_comments.html create mode 100644 _includes/feed.xml delete mode 100644 _includes/google-analytics.html (limited to '_includes') diff --git a/_includes/disqus_comments.html b/_includes/disqus_comments.html deleted file mode 100644 index 87e255b..0000000 --- a/_includes/disqus_comments.html +++ /dev/null @@ -1,20 +0,0 @@ -{%- if page.comments != false and jekyll.environment == "production" -%} - -
- - -{%- endif -%} diff --git a/_includes/feed.xml b/_includes/feed.xml new file mode 100644 index 0000000..310c90b --- /dev/null +++ b/_includes/feed.xml @@ -0,0 +1,23 @@ + + + + {{ site.title | xml_escape }} + {{ site.url }}{{ site.baseurl }} + {{ site.description | xml_escape }} + + + {% for post in site.posts limit:10 %} + + {{ post.title | xml_escape }} + {{ site.url }}{{ post.url }} + {{ site.url }}{{ post.url }} + {{ post.date | date_to_rfc822 }} + + + {% endfor %} + + \ No newline at end of file diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html deleted file mode 100644 index b8b4d38..0000000 --- a/_includes/google-analytics.html +++ /dev/null @@ -1,9 +0,0 @@ - - diff --git a/_includes/head.html b/_includes/head.html index 82078b0..283424c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,7 @@ + {%- feed_meta -%} diff --git a/_includes/header.html b/_includes/header.html index ed5a382..afd345f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,14 +17,7 @@ -
- {%- for path in page_paths -%} - {%- assign my_page = site.pages | where: "path", path | first -%} - {%- if my_page.title -%} - {{ my_page.title | escape }} - {%- endif -%} - {%- endfor -%} -
+
AboutPostsWikiProjectsColophonNowUses
{%- endif -%} -- cgit v1.2.3-54-g00ecf