Browse Source

Fix post meta description

master
Brett Langdon 8 years ago
parent
commit
ca24939fd2
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
2 changed files with 2 additions and 4 deletions
  1. +1
    -1
      config.toml
  2. +1
    -3
      themes/hugo-cactus-theme/layouts/_default/single.html

+ 1
- 1
config.toml View File

@ -9,7 +9,7 @@ disqusShortname = "brettlangdon"
name = "Brett Langdon"
description = "A geek with a blog"
bio = "A geek with a blog"
aboutAuthor = "Brett is a code monkey for hire: c653labs.com"
aboutAuthor = "Brett is a code monkey for hire: <a href=\"https://c653labs.com/\" target=\"_blank\">c653labs.com</a>"
twitter = "brett_langdon"
enableRSS = true
iconFont = "font-awesome"


+ 1
- 3
themes/hugo-cactus-theme/layouts/_default/single.html View File

@ -21,13 +21,11 @@
</article>
<footer id="post-meta" class="clearfix">
{{ with .Site.Params.twitter }}<a href="https://twitter.com/{{ . }}">{{ end }}
<img class="avatar" src="{{ "images/avatar.png" | absURL }}">
<div>
<span class="dark">{{ .Site.Params.name }}</span>
<span>{{ .Site.Params.aboutAuthor }}</span>
<span>{{ .Site.Params.aboutAuthor | markdownify}}</span>
</div>
{{ with .Site.Params.twitter }}</a>{{ end }}
<section id="sharing">
{{ partial "share.html" . }}
</section>


Loading…
Cancel
Save