aliases support
Αυτό το commit περιλαμβάνεται σε:
γονέας
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>
|
||||
|
|
5
themes/hellug-bootstrap/layouts/partials/short-link.html
Κανονικό αρχείο
5
themes/hellug-bootstrap/layouts/partials/short-link.html
Κανονικό αρχείο
|
@ -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 }}
|
Φόρτωση…
Προσθήκη πίνακα
Προσθήκη υπερσυνδέσμου
Παράθεση σε νέο ζήτημα