add feed origin to card class for custom styling #36 #38
@ -1,4 +1,4 @@
|
||||
<div class='network card'>
|
||||
<div class='network card {{ .Params.feed_name }}'>
|
||||
<article class="h-entry network">
|
||||
<header>
|
||||
{{ $postPermalink := .Permalink}}
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class='shout card'>
|
||||
<div class='shout card {{ .Params.feed_name }}'>
|
||||
<article class="h-entry shout">
|
||||
<header>
|
||||
{{ $postPermalink := .Permalink}}
|
||||
|
Loading…
Reference in New Issue
Block a user