all repos — h3rald @ 92fab9390fdd931826545492886add4c596477d1

The source code of the h3rald.com web site.

Added dillo button.
h3rald h3rald@h3rald.com
Fri, 19 Jun 2026 15:30:47 +0200
commit

92fab9390fdd931826545492886add4c596477d1

parent

9753280daf4c13db986c5ec05fa0d25f860f3f4b

3 files changed, 9 insertions(+), 6 deletions(-)

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

@@ -410,8 +410,12 @@ margin-bottom: 0;

margin-top: 0.5rem; } -.license-icons { +.buttons { margin-top: 1rem; +} + +.buttons a { + margin: 0 4px; } footer .h3rald {
M templates/_footer.mustachetemplates/_footer.mustache

@@ -30,10 +30,9 @@ The source code of this web site, such as its layout, stylesheets, custom min rules and code is licensed under the terms of the

<a href="https://opensource.org/licenses/mit-license.php"><span class="caps">MIT</span> License</a> and it is available on <a href="https://git.sr.ht/~h3rald/h3rald">Sourcehut</a>. </div> - <div class="license-icons"> - :creative-commons: - :creative-commons-attribution: - :creative-commons-noncommercial-eu: - :creative-commons-sharealike: + <div class="buttons"> + <a href="https://dillo-browser.github.io" target="_blank"> + <img src="/images/buttons/dillo.png" title="This web site is optimized for the Dillo browser" /> + </a> </div> </footer>