diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-02-08 19:27:54 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-02-08 19:27:54 +0100 |
commit | 92ddea0bf4e8f939bdce69d65dd15069e774e624 (patch) | |
tree | 15568c6184655b98e80dc74c66b5aa05b0735164 /content | |
parent | bed0236eaf407eda8cbfdcdde5c8f2820af7399e (diff) |
xkcd reference
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/templates-released.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/templates-released.md b/content/posts/templates-released.md index 01ea21a..02eb3d5 100644 --- a/content/posts/templates-released.md +++ b/content/posts/templates-released.md @@ -48,7 +48,7 @@ workflow well. Let me break them down: - They don't have a clear separation between the content and the view. When I write I like to focus on the content and avoid to get distracted with how it looks on the screen. I hate "Oh my god, the picture moved and now the whole - layout is broken"-like errors. + layout is broken"-like errors.[^2] - Their file formats are difficult to operate with even if they are open standards. Mixing data with something that comes from a different process is @@ -178,3 +178,4 @@ workflow really well. [blog-md]: https://gitlab.com/ekaitz-zarraga/personal_blog/raw/master/content/posts/templates-released.md [^1]: WYSIWYG: What You See Is What You Get +[^2]: Obligatory xkcd reference: [https://xkcd.com/2109/](https://xkcd.com/2109/) |