diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:16:54 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:16:54 +0000 |
commit | e0db2367b15ba4c031d932fa675c1157909fddf1 (patch) | |
tree | 15a0b9cf7660b19c7d69e4a0117fcb71870d29b8 | |
parent | 0997eafb438738d632a55a112826123e8ccd4043 (diff) | |
download | capotej.com-e0db2367b15ba4c031d932fa675c1157909fddf1.tar.gz |
remove social/rss stuff
-rw-r--r-- | content/about.md | 2 | ||||
-rw-r--r-- | content/projects.md | 2 | ||||
-rw-r--r-- | themes/even/layouts/partials/footer.html | 22 |
3 files changed, 6 insertions, 20 deletions
diff --git a/content/about.md b/content/about.md index 49c2ec5..903cb6c 100644 --- a/content/about.md +++ b/content/about.md @@ -1,6 +1,6 @@ --- type: page -title: "about" +title: "About" --- # About diff --git a/content/projects.md b/content/projects.md index 5062212..40c4f8f 100644 --- a/content/projects.md +++ b/content/projects.md @@ -1,6 +1,6 @@ --- type: page -title: "projects" +title: "Projects" --- # Projects diff --git a/themes/even/layouts/partials/footer.html b/themes/even/layouts/partials/footer.html index b6a1fa5..577d45f 100644 --- a/themes/even/layouts/partials/footer.html +++ b/themes/even/layouts/partials/footer.html @@ -1,24 +1,10 @@ -<div class="social-links"> - {{- range $name, $path := .Site.Params.social }} - {{- if $path }} - {{- $realName := slicestr $name 2 }} - <a href="{{ $path | safeURL }}" class="iconfont icon-{{ $realName }}" title="{{ $realName }}"></a> - {{- end }} - {{- end }} - {{ if .Site.LanguagePrefix -}} - <a href="{{ .Site.LanguagePrefix | absURL }}/index.xml" type="application/rss+xml" class="iconfont icon-rss" title="rss"></a> - {{- else -}} - <a href="{{ .Site.RSSLink }}" type="application/rss+xml" class="iconfont icon-rss" title="rss"></a> - {{- end }} -</div> - <div class="copyright"> <span class="power-by"> {{ (printf (T "powered") `<a class="hexo-link" href="https://gohugo.io">Hugo</a>`) | safeHTML }} </span> <span class="division">|</span> <span class="theme-info"> - {{ T "theme" }} - + {{ T "theme" }} - <a class="theme-link" href="https://github.com/olOwOlo/hugo-theme-even">Even</a> </span> @@ -39,9 +25,9 @@ <span class="copyright-year"> {{- $current := now.Format "2006" }} - © + © {{ if ne .Site.Params.since $current }} - {{ .Site.Params.since }} - + {{ .Site.Params.since }} - {{ end }} {{- $current }} <span class="heart"> @@ -49,4 +35,4 @@ </span> <span class="author">{{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}</span> </span> -</div>
\ No newline at end of file +</div> |