commit 36500d54dc30eb637c78064f2c8a6075d2c5e157
parent ea8e8035208b520e397acdaa44a351481a46d94d
Author: corndog <cauchyn@firemail.cc>
Date: Fri, 5 Oct 2018 18:56:36 -0700
If noscript, hide embed buttons and text
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/in/me/index.md b/in/me/index.md
@@ -22,6 +22,14 @@ description: Some things I like.
}
</script>
+<noscript>
+ <style>
+ .nowrap {
+ display: none;
+ }
+ </style>
+</noscript>
+
# Just a few of my favorite things
<small>*Last modified: {{ template "date" .ModTime }}*</small>