]> Entropealabs - photography.git/commitdiff
fix rss links
authorChristopher Coté <chris@entropealabs.com>
Sat, 14 Oct 2023 13:04:13 +0000 (09:04 -0400)
committerChristopher Coté <chris@entropealabs.com>
Sat, 14 Oct 2023 13:04:13 +0000 (09:04 -0400)
media/templates/index.html.eex
media/templates/videos.html.eex

index dcea5c03446d0d0ee22378d69beac282186a0c97..138ef90f8953672b8615bd600c5a768d8e0f6d9c 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width,initial-scale=1" />
     <link rel="icon" type="image/x-icon" href="/img/connected.png" />
     <link rel="stylesheet" type="text/css" href="/css/styles.css" />
-    <link rel="alternate" type="application/rss+xml" title="Videos" href="https://media.entropelabs.com/photography.xml" />
+    <link rel="alternate" type="application/rss+xml" title="Videos" href="https://media.entropealabs.com/photography.xml" />
     <title>Photography | <%= current_tag %></title>
   </head>
   <body>
index ee324bc04f401ea8e02b9e09d4fba0e1f724bc62..26c984956e6e6c8095c9f4401e6cb028b6d3cb9f 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width,initial-scale=1" />
     <link rel="icon" type="image/x-icon" href="/img/connected.png" />
     <link rel="stylesheet" type="text/css" href="/css/videos.css" />
-    <link rel="alternate" type="application/rss+xml" title="Videos" href="https://media.entropelabs.com/videos.xml" />
+    <link rel="alternate" type="application/rss+xml" title="Videos" href="https://media.entropealabs.com/videos.xml" />
     <title>Videos</title>
   </head>
   <body>