diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 04:37:06 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 04:37:06 +0200 |
commit | aa1e6fbf3c2ee895a6b46d8e4308ba19a609fcb2 (patch) | |
tree | a0b88c95afa312b90ea46f3d9980b8ddfcc68b92 /sass/_normalize.scss | |
parent | 3d2d8943e7137aadb8f782c7e17ec4a27d25fafe (diff) |
Big new changes to the infrastructure, up for deployment.
Need to write some beginning posts. Hooray!
Changes to be committed:
deleted: .gitmodules
modified: config.toml
modified: content/posts/typography.md
modified: sass/_animate.scss
modified: sass/_normalize.scss
new file: static/android-chrome-192x192.png
new file: static/android-chrome-256x256.png
new file: static/apple-touch-icon.png
new file: static/browserconfig.xml
new file: static/favicon-16x16.png
modified: static/favicon-32x32.png
modified: static/favicon.ico
new file: static/mstile-150x150.png
new file: static/safari-pinned-tab.svg
new file: static/site.webmanifest
deleted: themes/emily_zola_theme
Diffstat (limited to 'sass/_normalize.scss')
-rw-r--r-- | sass/_normalize.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/_normalize.scss b/sass/_normalize.scss index 3d6624c..47b010e 100644 --- a/sass/_normalize.scss +++ b/sass/_normalize.scss @@ -338,4 +338,4 @@ template { [hidden] { display: none; -}
\ No newline at end of file +} |