blyxyas · Disroot Forgejo: Brace yourself, merge conflicts ahead.

2 changed files with 6 additions and 0 deletions

@ -28,6 +28,12 @@ If you find an issue here, email me at blyxyas [¿at] disroot [¿dot] org
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="{{ .Title }}" >
<meta property="og:image" content="/images/meta-og-image.png">
<meta property="og:description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary | plainify | truncate 160 }}{{ end }}">
<meta property="og:type" content="article" >
<meta property="og:url" content="{{ .Permalink }}" >
<link rel="me" href="https://tech.lgbt/@blyxyas" class="u-url" />
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel=%q type=%q href=%q title=%q class="u-url">` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}

Binary file not shown.

Width:  |  Height:  |  Size: 22 KiB

Read the original on git.disroot.org ↗