mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
11 lines
684 B
HTML
11 lines
684 B
HTML
{{$version := .Site.Params.release }}
|
|
{{$base := .Site.BaseURL}}
|
|
<header id="site-header" class="site-header">
|
|
<div class="hugo-meta" title="Hugo version {{$version}}">
|
|
<a href="/" id="home-link">
|
|
<img src="{{$base}}images/hugo-icons/hugo-logo-wide.svg" alt=""><span class="hugo-v">v{{$version}}</span>
|
|
</a>
|
|
<!-- From https://buttons.github.io/. -->
|
|
<!-- <a class="github-button" href="https://github.com/spf13/hugo" data-icon="octicon-star" data-style="mega" data-count-href="/spf13/hugo/stargazers" data-count-api="/repos/spf13/hugo#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star spf13/hugo on GitHub">Star</a> -->
|
|
</div>
|
|
</header> |