hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

social-follow.html (537B)

    1 <!-- TODO: Add follow intents where available TODO: Revisit color and hover color -->
    2 {{ with .Site.Social.twitter }}
    3   <a href="https://twitter.com/intent/follow?screen_name={{ . }}" title="Follow on Twitter" class="link-transition twitter link dib z-999 pt3 pt0-l mr2">
    4     {{ partial "svg/twitter.svg" (dict "size" "32px") }}
    5   </a>
    6 {{ end }}
    7 <a class="github-button needs-js link primary-color-dark" href="https://github.com/gohugoio/hugo" data-size="large" data-show-count="false" aria-label="Star gohugoio/hugo on GitHub">Star</a>