diff options
author | Alan Pearce | 2020-01-19 17:22:11 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-19 17:28:07 +0100 |
commit | c649194fdc77889ca282c2f42507d777b3b933f6 (patch) | |
tree | 66d3e535b03a22a7fa94ca22dc75e5c9f7a672e4 /content | |
parent | ad0eccb9c649571c140e436f385d944a8b6a03f1 (diff) | |
download | website-c649194fdc77889ca282c2f42507d777b3b933f6.tar.xz website-c649194fdc77889ca282c2f42507d777b3b933f6.zip |
Make markup html5 compatible
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md index eeb5ab7..c21b9ee 100644 --- a/content/_index.md +++ b/content/_index.md | |||
@@ -1,5 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: "Home" | 2 | title: "Home" |
3 | --- | 3 | --- |
4 | <p class="p-note"> | ||
4 | I work as a Full-stack Developer in Berlin. I occasionally write about Emacs and | 5 | I work as a Full-stack Developer in Berlin. I occasionally write about Emacs and |
5 | development-related topics. | 6 | development-related topics. |
7 | </p> | ||