rbind / apreshill

Personal website of Alison Presmanes Hill
https://apreshill.com
159 stars 156 forks source link

Update layouts twitter handle #8

Closed apreshill closed 5 years ago

apreshill commented 5 years ago

The critical piece:

  <!--this adds twitter handle to all posts-->
  <span class="middot-divider"></span>
  {{ with $.Site.Params.twitter }}  
  <span class="article-date">
    <i class="fab fa-twitter"></i>
    <a href="https://twitter.com/{{ . }}" target="_blank">@{{ . }}</a>&nbsp{{ else }}@{{ . }}
  </span>
  {{ end }}
  <!--end twitter handle code-->