head_custom.html (1420B)
1 <link rel="icon" href="data:image/gif;base64,R0lGODlhIAAgAPEAAHAAAHBwcHA8PHBRUSH5BARkAP8ALAAAAAAgACAAAAJkhI+Zwe2sohqvBomBsDVL3nkL+IjIRjrmkZYr1TZvrJp07VECGouoccsxBAYeSQhhkYgYHvPEQT4jxulnmOGtgNiEc6tMcsXgYhdlLWuSXfVoR3YjcHJvu27H6/f8vv8PGJhQAAA7"> 2 <link rel="alternate" type="application/atom+xml" href="/{{ .Language }}/index.xml"> 3 <!-- Indieweb --> 4 <link rel="authorization_endpoint" href="https://indieauth.com/auth"> 5 <link rel="token_endpoint" href="https://tokens.indieauth.com/token"> 6 <link rel="webmention" href="https://webmention.io/www.shimmy1996.com/webmention" /> 7 <link rel="pingback" href="https://webmention.io/www.shimmy1996.com/xmlrpc" /> 8 <link rel="microsub" href="https://aperture.p3k.io/microsub/499"> 9 <!-- Latex --> 10 {{ if .Params.latex }} 11 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous"> 12 <script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script> 13 <script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script> 14 {{ end }}