From 76c55ff403bef9629f34c9def750727659b088d4 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Mon, 29 Jul 2019 18:30:01 +0530 Subject: [PATCH] selective transparency test --- .gitignore | 1 + content/post/creating-a-new-theme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d36d128..98915dc 100755 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ resources/ Midnight/ isableFastRender/ bak/ +.vscode/ diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md index 0b9b9d8..dc8bf2e 100755 --- a/content/post/creating-a-new-theme.md +++ b/content/post/creating-a-new-theme.md @@ -9,7 +9,7 @@ next: /tutorials/github-pages-blog prev: /tutorials/automated-deployments title: Creating a New Theme weight: 10 -opacity: false +opacity: true sidebar: disable: true ---