Σύγκριση commits

..

2 commits

Συγγραφέας SHA1 Μήνυμα Ημερομηνία
7dcbd8b79e Merge pull request 'add link tag' (#125) from staging into master
Όλοι οι έλεγχοι ήταν επιτυχείς
Hellug Projects/Hellug/www/pipeline/head This commit looks good
Reviewed-on: #125
2024-06-26 14:04:10 +00:00
infl00p
e033ff55b4 add link tag 2024-06-26 17:03:26 +03:00

@ -10,6 +10,7 @@
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet" /> <link href="/css/bootstrap.min.css" rel="stylesheet" />
<!-- <link href="/static/css/hellug.css" rel="stylesheet" /> --> <!-- <link href="/static/css/hellug.css" rel="stylesheet" /> -->
<link href="https://mastodon.social/@hellug" rel="me">
{{ range .AlternativeOutputFormats -}} {{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}} {{ end -}}