From 8850c0bcc538a0b063140ba366c1617ebb7b32a7 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 19 Dec 2016 09:53:28 +0100 Subject: [PATCH] Changed some typos --- content/contents.lr | 2 +- templates/_base.html | 8 +------- templates/macros/blog.html | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/content/contents.lr b/content/contents.lr index 4fd1c11..fd0a4b5 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -8,7 +8,7 @@ I have been playing with code for a while now, but I also enjoy geeking around w I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it. -If you want to get in touch, feel free to drop me a line. +If you want to get in touch, [feel free to drop me a line](/contact). --- _template: home.html diff --git a/templates/_base.html b/templates/_base.html index 139a299..06f4eac 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -21,13 +21,7 @@ diff --git a/templates/macros/blog.html b/templates/macros/blog.html index 9000b69..7dd42bb 100644 --- a/templates/macros/blog.html +++ b/templates/macros/blog.html @@ -2,7 +2,7 @@

{{ post.title }}

- Published on {{ post.pub_date }}. // No comments. + Published on {{ post.pub_date }} with no comments.
{{ post.body }}