diff options
Diffstat (limited to 'cards/src/articles/fish.pre.rb')
| -rw-r--r-- | cards/src/articles/fish.pre.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cards/src/articles/fish.pre.rb b/cards/src/articles/fish.pre.rb new file mode 100644 index 0000000..2efe82a --- /dev/null +++ b/cards/src/articles/fish.pre.rb @@ -0,0 +1,8 @@ +Justicar::PreProcessor.articles ||= {} # ensure the has exists + +# assign the result to a hash to be generated later +Justicar::PreProcessor.articles["fish.html"] = Paggio.html! do + h2 do + "This is an article about FISH!" + end +end |
