aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-10 03:15:02 +0300
committerValentin Popov <valentin@popov.link>2022-11-10 03:15:02 +0300
commit02fecc39124b768523acc85b178dbdd3421e714e (patch)
treed0f93b8f78c7579fc323d5ee4c958376565b7b1d
parent6fb3e475ce2e4140934746df9f010dfd9109031a (diff)
downloadpopov.link-02fecc39124b768523acc85b178dbdd3421e714e.tar.xz
popov.link-02fecc39124b768523acc85b178dbdd3421e714e.zip
Added minor fixes
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--content/projects/beryl.md2
-rw-r--r--templates/base.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/projects/beryl.md b/content/projects/beryl.md
index 47ced4e..957e196 100644
--- a/content/projects/beryl.md
+++ b/content/projects/beryl.md
@@ -8,4 +8,4 @@ preview = "projects/beryl/preview.jpg"
Beryl is a service created for a large regional internet provider.
<!-- more -->
-TODO: Add a description😇 \ No newline at end of file
+TODO: Add a description:smile: \ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
index 4e183a8..7ce44ca 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,7 +15,7 @@
<title>{{ config.title | trim }}</title>
<!-- CSS -->
- {% set css = load_data(path='styles.css') %}
+ {% set css = load_data(path='styles.css', format='plain') %}
<style>{{ css | safe }}</style>
</head>