From 88029a27d01152f542f1bcf172c2304354505f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 22 Nov 2022 20:28:14 +0100 Subject: [PATCH] Convert the linked-from list into a tagged list. --- scripts/generate.py | 4 ++-- static/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/generate.py b/scripts/generate.py index bc9e10b..68f5d29 100644 --- a/scripts/generate.py +++ b/scripts/generate.py @@ -626,12 +626,12 @@ def render_connections(headline_id, content, graph): if headline_id not in graph['backlinks']: return - content.append("
These notes link here:
") + content.append("") def render(headline, doc, graph, headlineLevel): try: diff --git a/static/style.css b/static/style.css index 1b32ce3..fa8439e 100644 --- a/static/style.css +++ b/static/style.css @@ -309,7 +309,7 @@ li .tag { } li .tag::after { - content: ":: "; + content: " :: "; } a.internal::before {