]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/index.html
blog: Move as a sub-section of the main page
[ipfire.org.git] / src / templates / index.html
index f0f2bea868455bc6e2610acc1fd88782b0cb2ed7..b63d07dbf650303137b4c24649f2085df336ccac 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block head %}
        <meta name="description" content="{{ _("IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.") }}" />
-       <link rel="alternate" type="application/atom+xml" title="RSS" href="https://blog.ipfire.org/feed.xml" />
+       <link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/feed.xml" />
 {% end block %}
 
 {% block title %}{{ _("Welcome to IPFire") }}{% end block %}
@@ -17,7 +17,7 @@
                                {% if latest_release.blog %}
                                        &nbsp;
 
-                                       <a class="text-dark font-weight-bold" href="https://blog.ipfire.org/post/{{ latest_release.blog.slug }}">
+                                       <a class="text-dark font-weight-bold" href="/blog/{{ latest_release.blog.slug }}">
                                                {{ _("Read More") }}
                                        </a>
                                {% end %}