landing: content version stamp v42 with commit link

Footer on bank/exchange/merchant shows Landing vN, last content change
time, and a linkified git commit. Start at v42; bump with
scripts/taler-landing/stamp-landing-version.sh --bump.
This commit is contained in:
Hernâni Marques 2026-07-17 13:31:56 +02:00
parent fb1a0b0b8e
commit 33749ed714
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
5 changed files with 206 additions and 3 deletions

View file

@ -274,7 +274,17 @@
footer { margin-top: 1.75rem; text-align: center; color: var(--muted); font-size: 0.85rem; }
footer a { color: #e8c878; }
code { font-family: ui-monospace, Menlo, monospace; font-size: 0.86em; background: rgba(0,0,0,0.35); padding: 0.1em 0.35em; border-radius: 4px; color: #f0d090; }
</style>
.landing-rev {
margin: 0.75rem 0 0;
font-size: 0.72rem;
color: var(--muted, #9a8fb0);
line-height: 1.45;
text-align: center;
}
.landing-rev a { color: inherit; text-decoration: underline; text-underline-offset: 2px; opacity: 0.95; }
.landing-rev strong { font-weight: 750; }
</style>
</head>
<body>
<p class="stack-bar" role="note" title="Taler software on this exchange service (links → git.taler.net tags)">
@ -479,6 +489,13 @@ sudo apt-get install -y taler-wallet-cli</pre>
Privacy: processing under Swiss FADP (revDSG). What is retained is listed on
<a href="https://exchange.hacktivism.ch/privacy" style="color:#5eead4">/privacy</a>.
</p>
<!-- landing-rev -->
<p class="landing-rev" data-landing-version="42" data-landing-commit="aa3c23b">
Landing <strong>v42</strong>
· content <time datetime="2026-07-17T13:31:56+02:00">2026-07-17 13:31 CEST</time>
· <a href="https://git.hacktivism.ch/hernani/koopa-admin-log/commit/aa3c23be49236ba5c20cd095bb02790f84aeb1e5" title="koopa-admin-log aa3c23be49236ba5c20cd095bb02790f84aeb1e5">aa3c23b</a>
</p>
<!-- /landing-rev -->
</footer>
</main>
<script src="/intro/goa-amount.js"></script>