Αυτό το commit περιλαμβάνεται σε:
infl00p 2024-06-28 17:08:28 +03:00
γονέας e033ff55b4
commit 557106fbe8
10 αρχεία άλλαξαν με 31 προσθήκες και 14 διαγραφές

@ -9,11 +9,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet" />
<!-- <link href="/static/css/hellug.css" rel="stylesheet" /> -->
<link href="https://mastodon.social/@hellug" rel="me">
{{ range .AlternativeOutputFormats -}}
<!-- <link href="/static/css/hellug.css" rel="stylesheet" /> -->
<link href="https://mastodon.social/@hellug" rel="me">
{{- range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
{{- end }}
<base href="">
</head>
<body>

@ -0,0 +1,5 @@
{{- if .Params.aliases }}
{{- range first 1 .Params.aliases }}
<a href="{{ . }}"><span class=" text-muted .text-info small">🔗Σύντομος σύνδεσμος σε αυτό το άρθρο</span></a>
{{- end }}
{{- end }}