all repos — h3rald @ 1c87c6a765a6f9c1f4a28ac838fb5e8e1be72ad9

The sources of https://h3rald.com

Merge branch 'v10' of github.com:h3rald/h3rald into v10
h3rald h3rald@h3rald.com
Fri, 23 Feb 2024 07:46:02 +0100
commit

1c87c6a765a6f9c1f4a28ac838fb5e8e1be72ad9

parent

90e9a48195c832fe46639340681840e7571e69d4

A assets/images/entypo/external-link.svg

@@ -0,0 +1,8 @@

+<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Forward" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve"> +<path fill="#e96363" d="M12,11.874v4.357l7-6.69l-7-6.572v3.983c-8.775,0-11,9.732-11,9.732C3.484,12.296,7.237,11.874,12,11.874z" + /> +</svg>
M assets/images/entypo/forward.svgassets/images/entypo/forward.svg

@@ -3,6 +3,6 @@ <!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Forward" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve"> -<path fill="#FFFFFF" d="M12,11.874v4.357l7-6.69l-7-6.572v3.983c-8.775,0-11,9.732-11,9.732C3.484,12.296,7.237,11.874,12,11.874z" +<path fill="#e96363" d="M12,11.874v4.357l7-6.69l-7-6.572v3.983c-8.775,0-11,9.732-11,9.732C3.484,12.296,7.237,11.874,12,11.874z" /> </svg>
M assets/styles/style.cssassets/styles/style.css

@@ -316,7 +316,13 @@ display: inline;

} a[href^=http]::after { - content: "🡥"; + background-image: url("/images/entypo/external-link.svg"); + display: inline-block; + background-repeat: no-repeat; + content: ""; + background-size: 12px 12px; + width: 12px; + height: 12px; } .content {

@@ -619,7 +625,7 @@ text-decoration: none;

} a[href^=http].icon-link::after { - content: ""; + display: none; } .icon-link img {
M templates/_footer.mustachetemplates/_footer.mustache

@@ -1,5 +1,4 @@

<footer class="sidebar"> - <hr> <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 v10.0.0