diff options
author | Melody Horn <melody@boringcactus.com> | 2024-10-20 00:50:13 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-10-20 00:50:13 -0600 |
commit | 20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1 (patch) | |
tree | 581215692655d6c8aad8a52efecb6548d31dec48 /_includes | |
parent | 94428eb8b097f201978dbc0e70afe1c04d338082 (diff) | |
download | boringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.tar.gz boringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.zip |
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/default.html b/_includes/default.html index 61f43bf..5b81206 100644 --- a/_includes/default.html +++ b/_includes/default.html @@ -21,6 +21,7 @@ <title>{{ title }} | boringcactus</title> {% endif %} <link rel="stylesheet" href="/assets/site.css"> + <style>{% getBundle "css" %}</style> <link type="application/atom+xml" rel="alternate" href="/feed.xml" title="boringcactus" /> <link rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" /> <link rel="icon" href="/assets/icon.svg"> |