add feed origin to card class for custom styling #36

This commit is contained in:
rra 2022-02-16 15:48:12 +01:00
parent 9833150427
commit 340c685640
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}}