diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-03-30-post-1.md | 9 | ||||
-rw-r--r-- | posts/why-the-53-sedan-is-so-cool-to-me.md | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/posts/2019-03-30-post-1.md b/posts/2019-03-30-post-1.md new file mode 100644 index 0000000..cc70586 --- /dev/null +++ b/posts/2019-03-30-post-1.md @@ -0,0 +1,9 @@ +--- +title: First Post +published_date: "2019-03-30 20:42:44 +0000" +layout: post.liquid +is_draft: false +--- +# This is our first Post! + +Welcome to the first post ever on cobalt.rs! diff --git a/posts/why-the-53-sedan-is-so-cool-to-me.md b/posts/why-the-53-sedan-is-so-cool-to-me.md new file mode 100644 index 0000000..37da3fa --- /dev/null +++ b/posts/why-the-53-sedan-is-so-cool-to-me.md @@ -0,0 +1,11 @@ +--- +title: "Why the '53 Sedan Is So Cool to Me" +layout: post.liquid +--- +## Blog! + +{% for post in collections.posts.pages %} +#### {{post.title}} + +[{{ post.title }}]({{ post.permalink }}) +{% endfor %} |