Skip to content

Commit bbf20d5

Browse files
committed
Add Migrate a blog buzz
1 parent 1a45d79 commit bbf20d5

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -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
Loading

site/templates/buzz.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
<?php endforeach ?>
1212
</div>
1313

14-
<?php snippet('templates/home/updates', ['title' => 'More ways to stay up-to-date:']) ?>
14+
<?php snippet('templates/home/updates', [
15+
'title' => 'More ways to stay up-to-date:'
16+
]) ?>
1517
</article>

0 commit comments

Comments
 (0)