Updated the copyright information.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet 2018-05-13 22:33:38 +05:30
parent dfb04085fb
commit ea406f0d5b
6 changed files with 12 additions and 12 deletions

View File

@ -5,9 +5,9 @@ theme = "hugo-coder"
[params]
author = "Abijeet Patro"
description = "Abijeet's personal website"
description = "Abijeet's corner of the Internet"
keywords = "website,developer,personal"
info = "Full Stack Developer"
info = "Full Stack Developer / Open Source Contributor"
hideCredits = false
hideCopyright = false

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Abijeet Patro">
<meta name="description" content="Abijeet&#39;s personal website">
<meta name="description" content="Abijeet&#39;s corner of the Internet">
<meta name="keywords" content="website,developer,personal">
<base href="https://thecurlybraces.com">
@ -65,7 +65,7 @@
<footer class="footer">
<section class="container">
© 0001 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
© 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Abijeet Patro">
<meta name="description" content="Abijeet&#39;s personal website">
<meta name="description" content="Abijeet&#39;s corner of the Internet">
<meta name="keywords" content="website,developer,personal">
<base href="https://thecurlybraces.com">
@ -76,7 +76,7 @@
<footer class="footer">
<section class="container">
© 0001 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
© 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Abijeet Patro">
<meta name="description" content="Abijeet&#39;s personal website">
<meta name="description" content="Abijeet&#39;s corner of the Internet">
<meta name="keywords" content="website,developer,personal">
<base href="https://thecurlybraces.com">
@ -58,7 +58,7 @@
<section class="container centered">
<div class="about">
<h1>Abijeet Patro</h1>
<h2>Full Stack Developer</h2>
<h2>Full Stack Developer / Open Source Contributor</h2>
<ul>
@ -82,7 +82,7 @@
<footer class="footer">
<section class="container">
© 0001 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
© 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Abijeet Patro">
<meta name="description" content="Abijeet&#39;s personal website">
<meta name="description" content="Abijeet&#39;s corner of the Internet">
<meta name="keywords" content="website,developer,personal">
<base href="https://thecurlybraces.com">
@ -76,7 +76,7 @@
<footer class="footer">
<section class="container">
© 0001 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
© 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>

View File

@ -1,5 +1,5 @@
<footer class="footer">
<section class="container">
{{ if not .Site.Params.hideCopyright }} © {{ .Site.LastChange.Format "2006" }} {{ end }} {{ if not .Site.Params.hideCredits}} {{ if not .Site.Params.hideCopyright }} · {{ end }} Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>. {{ end }}
{{ if not .Site.Params.hideCopyright }} © 2018 {{ end }} {{ if not .Site.Params.hideCredits}} {{ if not .Site.Params.hideCopyright }} · {{ end }} Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>. {{ end }}
</section>
</footer>