From 2d47782f72609bc5a0f21ed2894f3ee467e03331 Mon Sep 17 00:00:00 2001 From: Linlin Yan Date: Wed, 25 Dec 2019 23:00:08 +0800 Subject: Hide github cornor when width is less than 800px --- README.md | 2 +- layouts/partials/github-corner.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0552f7..91e5154 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Online demo of this theme: [simple-style-demo](https://yanlinlin82.github.io/sim This project is licensed under [MIT, copyright (c) 2019 Linlin Yan](https://github.com/yanlinlin82/simple-style/blob/master/LICENSE), expect for the following code: -* `layout/partial/github-cornor.html` is copied from , which is licensed under [MIT, copyright (c) 2016 Tim Holman](https://github.com/tholman/github-corners/blob/master/license.md). +* `layout/partial/github-cornor.html` is based on source code from , which is licensed under [MIT, copyright (c) 2016 Tim Holman](https://github.com/tholman/github-corners/blob/master/license.md). ## Supported Parameters diff --git a/layouts/partials/github-corner.html b/layouts/partials/github-corner.html index 56ab1ab..ecee1ca 100644 --- a/layouts/partials/github-corner.html +++ b/layouts/partials/github-corner.html @@ -1,3 +1,3 @@ {{ with .Site.Params.githubURL -}} - + {{- end -}} -- cgit v1.2.3