From c99a10e28b00a913f3c6141e29a908616f625b31 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <david@luevano.xyz> Date: Sun, 23 May 2021 17:44:17 -0600 Subject: add rss support --- blog/src/templates/common/header.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blog/src/templates/common') diff --git a/blog/src/templates/common/header.html b/blog/src/templates/common/header.html index b7bcf9c..27058a8 100644 --- a/blog/src/templates/common/header.html +++ b/blog/src/templates/common/header.html @@ -3,7 +3,9 @@ <head> <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>$$TITLE -- Luévano's Blog</title> + <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> <link rel="icon" href="fa/svgs/solid/dragon.svg"> <!-- general style --> -- cgit v1.2.3-70-g09d2