mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
2c7cbca8b1
Use RSSLink instead of deprecated RSSlink
10 lines
359 B
HTML
10 lines
359 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
{{ partial "meta.html" . }}
|
|
|
|
<title>{{ .Title }} - {{ .Site.BaseURL }}</title>
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
{{ partial "header.includes.html" . }}
|
|
{{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
|
|
</head>
|