diff options
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/) |