|
|
|
@ -7,9 +7,29 @@
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>{{ template "title" . }}</title>
|
|
|
|
|
|
|
|
|
|
<!-- TODO: Da cambiare molto probabilmente -->
|
|
|
|
|
<link rel="icon" href="/assets/icons/icons8-electronics-100.png">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css"
|
|
|
|
|
integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous">
|
|
|
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js"
|
|
|
|
|
integrity="sha384-g7c+Jr9ZivxKLnZTDUhnkOnsh30B4H0rpLUpJ4jAIKs4fnJI+sEnkvrMWph2EDg4"
|
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js"
|
|
|
|
|
integrity="sha384-mll67QQFJfxn0IYznZYonOWZ644AWYC+Pt2cHqMaRhXVrursRwvLnLaebdGIlYNa"
|
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
|
<script>
|
|
|
|
|
document.addEventListener("DOMContentLoaded", function () {
|
|
|
|
|
renderMathInElement(document.body, {
|
|
|
|
|
delimiters: [
|
|
|
|
|
{ left: "$", right: "$", display: false },
|
|
|
|
|
{ left: "$$", right: "$$", display: true },
|
|
|
|
|
{ left: "\\(", right: "\\)", display: false },
|
|
|
|
|
{ left: "\\[", right: "\\]", display: true }
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/assets/style.css">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
@ -26,13 +46,15 @@
|
|
|
|
|
<a href="/blog">Notizie</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="nav-item">
|
|
|
|
|
<a href="https://git.phc.dm.unipi.it">Git</a>
|
|
|
|
|
<a href="https://git.phc.dm.xxxxx.xx">Git</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="nav-item">
|
|
|
|
|
<a href="https://forum.phc.dm.unipi.it">Forum</a>
|
|
|
|
|
<a href="https://forum.phc.dm.xxxxx.xx">Forum</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Spacing -->
|
|
|
|
|
<div class="hfill"></div>
|
|
|
|
|
|
|
|
|
|
<!-- User -->
|
|
|
|
|
{{if .User}}
|
|
|
|
|
<div class="nav-item">
|
|
|
|
@ -46,11 +68,12 @@
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
{{ template "body" . }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<div class="footer-item">
|
|
|
|
|
macchinisti@poisson.phc.dm.unipi.it
|
|
|
|
|
macchinisti@poisson.phc.dm.xxxxx.xx
|
|
|
|
|
</div>
|
|
|
|
|
·
|
|
|
|
|
<div class="footer-item">
|
|
|
|
|
Icone da <a target="_blank" href="https://icons8.it">Icons8</a>
|
|
|
|
|
</div>
|
|
|
|
|