all repos — h3rald @ 67046a064a3abe9a2d04c355e6dd71d1a6d682b3

The source code of the h3rald.com web site.

Fixes
h3rald h3rald@h3rald.com
Sun, 14 Jun 2026 04:04:47 +0200
commit

67046a064a3abe9a2d04c355e6dd71d1a6d682b3

parent

f8300d1a12d33c1caacc18a21bbeb3528904b42d

3 files changed, 4 insertions(+), 2 deletions(-)

jump to
M assets/styles/style.cssassets/styles/style.css

@@ -498,7 +498,8 @@

footer p, footer ul.inline, .secondary-subtitle { - margin-bottom: calc(var(--leading) * 0); + margin-bottom: 0; + margin-top: 1rem; } footer .h3rald {
M contents/conver.mdcontents/conver.md

@@ -19,6 +19,7 @@

### Summary Given a project that aims to achieve the highest level of feature-completeness, maturity, and stability (collectively identified as _dependability_), its releases should be expressed using a single integer number of two bytes in hexadecimal notation, conveying: + - its dependability score, expressed as a value between 0x000 and 0xFFF (first three digits). - metadata expressing the expected upgrade impact, if the release breaks compatibility, and/or includes new enhancements (last digit).
M templates/_footer.mustachetemplates/_footer.mustache

@@ -3,7 +3,7 @@ <p>

<img src="/images/logo-dark.svg" alt="H3RALD" class="logo-mini dark-mode-hide"> <img src="/images/logo-light.svg" alt="H3RALD" class="logo-mini light-mode-hide"> Web Site v500-0 </p> - </p>This web site uses <a href="/conver">Convergent Versioning</a>.</p> + </p>This web site uses <a href="/conver">Convergent Versioning</a></p> <p>&copy; 2004&mdash;2026 &bull; <em>Fabio Cevasco</em></p> <div class="navlinks"> <a href="/about" class="navbar-link">about</a>