From eadbe5f4d315a496f3bc9bbaa2ba4be6db91bf20 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Sun, 31 Mar 2024 10:35:20 -0700 Subject: [PATCH] Add webring links, plus add counter to home template. --- content/sundries/hitman/index.md | 16 ++++++++++++++ templates/home.html | 38 ++++++++++++++++++++++++++++---- templates/page.html | 4 ++++ 3 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 content/sundries/hitman/index.md diff --git a/content/sundries/hitman/index.md b/content/sundries/hitman/index.md new file mode 100644 index 0000000..a9f7e63 --- /dev/null +++ b/content/sundries/hitman/index.md @@ -0,0 +1,16 @@ ++++ +title = "Hitman: another fine essential sundry service from Nebcorp Heavy Industries and Sundries" +slug = "hitman" +date = "2024-03-31" +draft = true +[taxonomies] +tags = ["software", "sundry", "proclamation", "90s", "hitman", "web"] ++++ + +# Hitman counts your hits, man. + + + +## The dream + +## The reality diff --git a/templates/home.html b/templates/home.html index 761d5ac..87d8548 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block main_content %} - {% if section.extra.section_path -%} - {% set section = get_section(path=section.extra.section_path) %} - {% endif -%} +{% if section.extra.section_path -%} +{% set section = get_section(path=section.extra.section_path) %} +{% endif -%} {{ post_macros::page_header(title=section.title) }} @@ -12,5 +12,35 @@ {{ post_macros::list_posts(pages = term.pages) }} -{% endblock main_content %} +
+ + + + + + + + +{% endblock main_content %} diff --git a/templates/page.html b/templates/page.html index d7de70b..1bd3573 100644 --- a/templates/page.html +++ b/templates/page.html @@ -8,6 +8,10 @@