2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-04 00:08:52 +00:00

fix rss link rendering (#68)

This commit is contained in:
Matthias Mair 2022-11-12 23:29:20 +01:00 committed by GitHub
parent 783c95f385
commit 561861395b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ layout: default
---
<section class="cm-gray-2 body-font">
<div class="pt-3 pb-1 section-container">
<h1 class="header-text title-font mb-4 cm-gray-2 flex items-end">{{ page.title_text }}<a href="feed.atom" alr="Atom feed" class="ml-3 cm-gray-3"><img class="h-5 w-5" src="{{ '/assets/rss.svg' | relative_url }}" /></a></h1>
<h1 class="header-text title-font mb-4 cm-gray-2 flex items-end">{{ page.title_text }}<a href="{{ page.permalink|append:'/feed.atom' }}" alr="Atom feed" class="ml-3 cm-gray-3"><img class="h-5 w-5" src="{{ '/assets/rss.svg' | relative_url }}" /></a></h1>
<div class="flex flex-wrap">
{% assign cols = site[page.collection] %}