diff --git a/src/_includes/layout/base.njk b/src/_includes/layout/base.njk index f60826f..4c07dc2 100644 --- a/src/_includes/layout/base.njk +++ b/src/_includes/layout/base.njk @@ -23,7 +23,7 @@
{% include 'partials/header.njk' %}

-

{{ title }}

+

{{ title }}

{{ content | safe }}
diff --git a/src/about.md b/src/about.md index d8cef90..acac508 100644 --- a/src/about.md +++ b/src/about.md @@ -3,4 +3,4 @@ title: about layout: layout/base.njk --- -Heya 👋 this is my homepage. \ No newline at end of file +heya 👋 this is my homepage. \ No newline at end of file diff --git a/src/contact.md b/src/contact.md index 34faf7c..74060af 100644 --- a/src/contact.md +++ b/src/contact.md @@ -3,4 +3,4 @@ title: contact layout: layout/base.njk --- -Heya 👋 this is my contact page \ No newline at end of file +heya 👋 this is my contact page \ No newline at end of file