add feed origin to card class for custom styling #36 #38

Merged
decentral1se merged 1 commits from r/lumbung.space:main into main 2022-02-21 08:13:05 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class='network card'>
<div class='network card {{ .Params.feed_name }}'>
<article class="h-entry network">
<header>
{{ $postPermalink := .Permalink}}

View File

@ -1,4 +1,4 @@
<div class='shout card'>
<div class='shout card {{ .Params.feed_name }}'>
<article class="h-entry shout">
<header>
{{ $postPermalink := .Permalink}}