소스 검색

Update deprecated things

master
Adrian Short 3 년 전
부모
커밋
ae4576d777
로그인 계정: adrian GPG 키 ID: 4B54F9AE91AB06BB
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      layouts/partials/header.html

+ 2
- 2
layouts/partials/header.html 파일 보기

@@ -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 }}{{ .}}">


불러오는 중...
취소
저장