diff options
Diffstat (limited to 'themes/hugo-coder')
-rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index 2084145..79b26a0 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html | |||
@@ -34,10 +34,6 @@ | |||
34 | animation: snow var(--s) linear var(--d) infinite; | 34 | animation: snow var(--s) linear var(--d) infinite; |
35 | } | 35 | } |
36 | 36 | ||
37 | body { | ||
38 | overflow: hidden; | ||
39 | } | ||
40 | |||
41 | </style> | 37 | </style> |
42 | 38 | ||
43 | {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} | 39 | {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} |