Add news preview functionality to homepage
Add news preview plugin to metadata Add news preview translation strings Create news preview content files Rename goals section to position 4 Move newsletter section to position 5
This commit is contained in:
parent
1766b370dd
commit
23671d5ed8
8 changed files with 13 additions and 1 deletions
1
content/03-nyheter.en.php
Normal file
1
content/03-nyheter.en.php
Normal file
|
|
@ -0,0 +1 @@
|
|||
<?= news_preview(3, 'small') ?>
|
||||
1
content/03-nyheter.php
Normal file
1
content/03-nyheter.php
Normal file
|
|
@ -0,0 +1 @@
|
|||
<?= news_preview(3, 'small') ?>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
title = "Pasientene som faller mellom alle stoler"
|
||||
slug = "Forsiden"
|
||||
plugins = "newsletter-signup"
|
||||
plugins = "newsletter-signup,news-preview"
|
||||
|
||||
[en]
|
||||
title = "Stop the suffering"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue