Merge pull request #20 from ghsable/patch

Patch
This commit is contained in:
MeiK
2020-02-09 08:44:36 +08:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -39,11 +39,13 @@ baseURL = "https://example.com/"
title = "GitHub Style"
googleAnalytics = "UA-123-456-789"
theme = "github-style"
copyright = "© 2019. Theme by <a href=\"https://github.com/MeiK2333/github-style\"><span>github-style</span></a>"
[params]
author = "example"
description = "example"
github = "example"
facebook = "example"
twitter = "example"
email = "example@domain.com"
utterances = "example/example.github.io"

View File

@@ -3,7 +3,7 @@
class="position-relative d-flex flex-row-reverse flex-lg-row flex-wrap flex-lg-nowrap flex-justify-center flex-lg-justify-between pt-6 pb-2 mt-6 f6 text-gray border-top border-gray-light ">
<ul
class="list-style-none d-flex flex-wrap col-12 col-lg-5 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0">
<li class="mr-3 mr-lg-0">© 2019. Theme by <a href="https://github.com/MeiK2333/github-style"><span>github-style</span></a></li>
<li class="mr-3 mr-lg-0">{{ .Site.Copyright | safeHTML }}</a></li>
</ul>
<a aria-label="Homepage" title="{{ .Site.Title }}" class="footer-octicon d-none d-lg-block mx-lg-4"
@@ -24,4 +24,4 @@
</div>
</div>
{{ partial "script.html" . }}
{{ partial "script.html" . }}