Skip to content

Commit 6237c45

Browse files
committed
update footers
1 parent ecbe5fd commit 6237c45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt"
1818
locale : "en-US"
1919
title : "Learn React"
2020
title_separator : "-"
21-
name : "Code Sym"
21+
name : "CodeSym"
2222
description : "A comprehensive introduction to React."
2323
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
2424
baseurl : # the subpath of your site, e.g. "/blog"

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
</ul>
2323
</div>
2424

25-
<div class="page__footer-copyright">Copyright &copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}, Maintained by <a href="https://github.com/Bunlong" target="_blank">Bunlong</a></div>
25+
<div class="page__footer-copyright">Copyright &copy; {{ site.time | date: '%Y' }} <a href="https://github.com/codesym" target="_blank">{{ site.name | default: site.title }}</a>, Maintained by <a href="https://github.com/Bunlong" target="_blank">Bunlong</a></div>

_site/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="article:published_time" content="2018-05-24T16:57:55+07:00">
34+
<meta property="article:published_time" content="2018-05-24T17:03:54+07:00">
3535

3636

3737

@@ -65,7 +65,7 @@
6565
{
6666
"@context": "http://schema.org",
6767
"@type": "Person",
68-
"name": "Code Sym",
68+
"name": "CodeSym",
6969
"url": null,
7070
"sameAs": null
7171
}
@@ -771,7 +771,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">Brief Introduction
771771
</ul>
772772
</div>
773773

774-
<div class="page__footer-copyright">Copyright &copy; 2018 Code Sym, Maintained by <a href="https://github.com/Bunlong" target="_blank">Bunlong</a></div>
774+
<div class="page__footer-copyright">Copyright &copy; 2018 <a href="https://github.com/codesym" target="_blank">CodeSym</a>, Maintained by <a href="https://github.com/Bunlong" target="_blank">Bunlong</a></div>
775775

776776
</footer>
777777
</div>

0 commit comments

Comments
 (0)