From df717a4f19c46d55f1ef446a5f368ac4c0bfa57b Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Wed, 13 Mar 2024 11:27:00 +0100 Subject: [PATCH] bug: fix three HTML bugs in docs --- content/help/faq/versioning/contents.lr | 2 +- templates/base.html | 1 + templates/faq.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/help/faq/versioning/contents.lr b/content/help/faq/versioning/contents.lr index 76f8543..a544573 100644 --- a/content/help/faq/versioning/contents.lr +++ b/content/help/faq/versioning/contents.lr @@ -103,7 +103,7 @@ category: versioning-col2 #### qaitem #### question: Why do you include “zenodo” in the DOI? ---- -answer: Currently DOIs registered by Zenodo follows the pattern “10.5281/zenodo.” where 10.5281 is the Zenodo DOI prefix and is a sequentially assigned integer. The word “zenodo” is semantic information and, as mentioned in the previous answer, it is a bad idea to include semantic information in DOIs as it may change over time. The current practice was introduced when Zenodo was launched in May 2013, and while it is not ideal we did not want to change the existing practice. +answer: Currently DOIs registered by Zenodo follows the pattern “10.5281/zenodo.<integer>” where 10.5281 is the Zenodo DOI prefix and <integer> is a sequentially assigned integer. The word “zenodo” is semantic information and, as mentioned in the previous answer, it is a bad idea to include semantic information in DOIs as it may change over time. The current practice was introduced when Zenodo was launched in May 2013, and while it is not ideal we did not want to change the existing practice. ---- category: versioning-col2 #### qaitem #### diff --git a/templates/base.html b/templates/base.html index 3b2da97..a9de440 100644 --- a/templates/base.html +++ b/templates/base.html @@ -127,6 +127,7 @@
Help
  • FAQ
  • Guides
  • Support
  • +
    Developers
    diff --git a/templates/faq.html b/templates/faq.html index 4169215..c7259cf 100644 --- a/templates/faq.html +++ b/templates/faq.html @@ -27,7 +27,7 @@ {%- for child in children %}

    {{ child.title}}

    {{child.toptext}} -
    +
    {%- for blk in child.faqlist.blocks %}