We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a45d79 commit bbf20d5Copy full SHA for bbf20d5
content/buzz/20230930_migrate-a-blog/buzz-entry.txt
@@ -0,0 +1,13 @@
1
+Title: Migrate a blog to Kirby
2
+
3
+----
4
5
+Category: Article
6
7
8
9
+Text: Kev Quirk shares his experience migrating to Kirby: "This is the first platform I've used that legitimately ticks all my boxes." 🥰
10
11
12
13
+Link: https://kevquirk.com/migrating-this-blog-to-kirby
content/buzz/20230930_migrate-a-blog/kevquirk.jpg
201 KB
site/templates/buzz.php
@@ -11,5 +11,7 @@
<?php endforeach ?>
</div>
14
- <?php snippet('templates/home/updates', ['title' => 'More ways to stay up-to-date:']) ?>
+ <?php snippet('templates/home/updates', [
15
+ 'title' => 'More ways to stay up-to-date:'
16
+ ]) ?>
17
</article>
0 commit comments