before json-ld cleanup
Peter Molnar hello@petermolnar.eu
Mon, 09 Mar 2020 11:09:46 +0000
3 files changed,
16 insertions(+),
4 deletions(-)
M
templates/base.j2.html
→
templates/base.j2.html
@@ -141,6 +141,13 @@ <svg width="16" height="16"><use xlink:href="#icon-www.flickr.com" /></svg>
flickr </a> </li> + {% elif 'xmpp' in url %} + <li> + <a rel="me" href="{{ url }}"> + <svg width="16" height="16"><use xlink:href="#icon-xmpp" /></svg> + XMPP + </a> + </li> {% endif %} {% endfor %} </ul>
M
templates/style-print.css
→
templates/style-print.css
@@ -51,20 +51,22 @@ overflow:visible !important;
text-overflow:initial !important; } -.footnote-back { + { display: none; } -body > header, -body > footer, +#header, +#footer, video, audio, -.syndication, +#syndication, +.footnote-back, .footnote-backref, .footnote-back, .encourage, .noprint { display:none !important; + } code, pre {
M
templates/symbols.svg
→
templates/symbols.svg
@@ -91,4 +91,7 @@ </symbol>
<symbol id="icon-twitter" viewBox="0 0 16 16"> <path d="M15.969 3.046c-0.59 0.259-1.22 0.436-1.883 0.517 0.676-0.407 1.196-1.049 1.442-1.815-0.634 0.37-1.337 0.639-2.085 0.789-0.597-0.639-1.449-1.039-2.394-1.039-1.811 0-3.28 1.469-3.28 3.278 0 0.26 0.030 0.51 0.085 0.749-2.727-0.129-5.143-1.438-6.761-3.417-0.285 0.481-0.444 1.041-0.444 1.65 0 1.14 0.58 2.142 1.459 2.731-0.538-0.017-1.044-0.165-1.485-0.411v0.041c0 1.59 1.129 2.916 2.631 3.218-0.275 0.074-0.566 0.114-0.864 0.114-0.209 0-0.41-0.020-0.611-0.057 0.421 1.302 1.63 2.251 3.069 2.278-1.12 0.879-2.539 1.403-4.068 1.403-0.26 0-0.519-0.015-0.78-0.045 1.459 0.929 3.179 1.473 5.038 1.473 6.036 0 9.333-4.997 9.333-9.324 0-0.139 0-0.28-0.010-0.42 0.641-0.459 1.2-1.040 1.64-1.699l-0.031-0.013z"></path> </symbol> + <symbol id="icon-xmpp" width="16" height="16" viewBox="0 0 16 16"> + <path d="M0 2.13c0.1 3.83 3.24 7.8 7.020 10-0.87 0.68-1.84 1.2-2.9 1.46v0.18c1.3-0.12 2.6-0.5 3.87-1.1 0.42 0.2 0.85 0.38 1.28 0.54 0.43 0.17 0.88 0.3 1.33 0.4 0.5 0.13 0.97 0.2 1.44 0.25v-0.050h0.030v-0.14c-1.12-0.3-2.14-0.84-3.040-1.56 3.77-2.17 6.87-6.11 6.97-9.99l-2.4 0.94-2.47 0.73v0.36c0 2.28-1.15 5.060-3.080 7.050-1.87-1.97-3-4.7-3-6.95 0-0.12 0-0.24 0.020-0.37l-2.3-0.68-2.77-1.070z"></path> + </symbol> </svg>