{{ with $.Site.Params.themeColor }}
<style type="text/css">
  .sidebar {
    background-color: {{ . }};
  }

  .read-more-link a {
    border-color: {{ . }};
  }

  footer a,
  .content a,
  .related-posts li a:hover {
    color: {{ . }};
  }
</style>
{{ end }}