Merge pull request 'add feed origin to card class for custom styling #36' (#38) from r/lumbung.space:main into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #38
This commit is contained in:
decentral1se 2022-02-21 09:13:05 +01:00
commit 9d477b5cb1
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}}