Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-07-12 18:57:17 +0300
committerRichard Levitte <levitte@openssl.org>2022-07-12 18:59:53 +0300
commit017f25cfc4b4232ffca1e108919bf29dd25b92b2 (patch)
treed39714c31dea7fed57ea0fcd75083d57f22f7f28
parentbba8c69103d465fc99636bdd5f49b95ca946ac93 (diff)
Diverse small fixes
- Replace `$title$` with `$breadcrumb$` in `inc/pandoc-body-epilogue.html5`, 'cause that's actually how it is used. They avoids interference from pandoc, which has ideas of its own what `$title$` should be used for. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/web/pull/350)
-rw-r--r--inc/pandoc-body-epilogue.html54
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/pandoc-body-epilogue.html5 b/inc/pandoc-body-epilogue.html5
index 454ff40..593bca7 100644
--- a/inc/pandoc-body-epilogue.html5
+++ b/inc/pandoc-body-epilogue.html5
@@ -2,10 +2,10 @@
You are here:
$if(breadcrumbs)$
$breadcrumbs$
-$endif$
$if(is-index)$
$else$
- : <a href="">$title$</a>
+ : <a href="">$breadcrumb$</a>
+$endif$
$endif$
<br/><a href="$top$sitemap.txt">Sitemap</a>
</footer>