Ver a proveniência

Update deprecated things

master
Adrian Short há 3 anos
ascendente
cometimento
ae4576d777
Assinados por: adrian ID da chave GPG: 4B54F9AE91AB06BB
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      layouts/partials/header.html

+ 2
- 2
layouts/partials/header.html Ver ficheiro

@@ -2,13 +2,13 @@
<html>
<head>
<title>{{- partial "data/title" . -}}</title>
{{ .Hugo.Generator }}
{{ hugo.Generator }}
{{ "<!-- Author theme for Hugo: https://github.com/adrianshort/author -->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="{{ relURL "/css/main.css?4" }}">
<link rel="alternate" type="application/rss+xml" title="{{ partial "data/title" . }}"
href="{{ .RSSLink }}">
href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}">
{{- template "_internal/opengraph.html" . -}}
{{ with .Params.image }}
<meta name="og:image" content="{{ "/images/" | absURL }}{{ .}}">


Carregando…
Cancelar
Guardar