commit 2eeeddf4aeb5e790d02920481cab65d3005c1600 parent 1ea7658763e7eab09bfc79f54da2f8cd7a4dab42 Author: FIGBERT <figbert@figbert.com> Date: Thu, 16 Jun 2022 13:36:10 -0700 Fix RSS meta tags Diffstat:
M | templates/index.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/index.html b/templates/index.html @@ -10,8 +10,8 @@ <link rel="stylesheet" href="{{ get_url(path="css/global.css") }}"> <link rel="stylesheet" href="{{ get_url(path="css/nav.css") }}"> - <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="posts/atom.xml") }} title="Posts :: {{ config.title }}"> - <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="projects/atom.xml") }} title="Projects :: {{ config.title }}"> + <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="posts/atom.xml") }}" title="Posts :: {{ config.title }}"> + <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="projects/atom.xml") }}" title="Projects :: {{ config.title }}"> <meta name="description" content="{% if page.description %}{{ page.description | safe }}{% else %}{{ config.description }}{% endif %}"> <meta property="og:title" content="{% if page.title %}{{ page.title | safe }} :: {% endif %}{{ config.title }}">