diff options
Diffstat (limited to 'org/out_curate_metadata.org')
-rw-r--r-- | org/out_curate_metadata.org | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/org/out_curate_metadata.org b/org/out_curate_metadata.org index e06ea5c..0dd74cd 100644 --- a/org/out_curate_metadata.org +++ b/org/out_curate_metadata.org @@ -218,7 +218,7 @@ foreach(k, doc_curate; hvst.curates) { <html> <head> <meta charset="utf-8"> -<title>⌘ Curated metadata - Topics</title> +<title>⌘ Curated metadata - ⌘ Topics</title> #+END_SRC *** curated topics html head @@ -230,11 +230,11 @@ foreach(k, doc_curate; hvst.curates) { <a name="top" id="top"></a> <a name="up" id="up"></a> <a name="start" id="start"></a> -<h1>⌘ Curated metadata - Topics (output organised by language & filetype)</h1> +<h1>⌘ Curated metadata - ⌘ Topics (output organised by language & filetype)</h1> <div class="flex-menu-bar"> <div class="flex-menu-option"> -<p>[<a href="../../index.html"> ≅ HOME </a>] - [<a href="authors.html"> ⌘ Curated metadata - Authors </a>] +<p>[<a href="../../index.html"> ⟰ HOME </a> | <a href="../index.html"> ≅ Collection </a>] + [<a href="authors.html"> ⌘ Curated metadata - 🖋 Authors </a>] </p> </div> %s @@ -513,7 +513,7 @@ template spineMetaDocCuratesAuthors() { <html> <head> <meta charset="utf-8"> -<title>⌘ Curated metadata - Authors</title> +<title>⌘ Curated metadata - 🖋 Authors</title> #+END_SRC *** curated authors html head @@ -525,11 +525,11 @@ template spineMetaDocCuratesAuthors() { <a name="top" id="top"></a> <a name="up" id="up"></a> <a name="start" id="start"></a> -<h1>⌘ Curated metadata - Authors (output organised by language & filetype)</h1> +<h1>⌘ Curated metadata - 🖋 Authors (output organised by language & filetype)</h1> <div class="flex-menu-bar"> <div class="flex-menu-option"> <p>[<a href="../../index.html"> ⟰ HOME </a> | <a href="../index.html"> ≅ Collection </a>] - [<a href="topics.html"> ⌘ Curated metadata - Topics </a>] </p> + [<a href="topics.html"> ⌘ Curated metadata - ⌘ Topics </a>] </p> </div> %s </div> |