diff options
| author | etienne <waa@hotmail.fr> | 2015-03-28 17:17:19 +0100 |
|---|---|---|
| committer | etienne <waa@hotmail.fr> | 2015-03-28 17:17:19 +0100 |
| commit | f1b5289d9949a5a7352495d5e8cc56cf94b5e848 (patch) | |
| tree | 31f132044722ea2713e698e8688a81291568ef62 /layouts | |
| parent | 43f5a7682233697f54d05d26e6bf526776648a25 (diff) | |
Remove specific hugo button
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/top-block.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/partials/top-block.html b/layouts/partials/top-block.html index 1427150..3360684 100644 --- a/layouts/partials/top-block.html +++ b/layouts/partials/top-block.html @@ -6,11 +6,7 @@ <div class="siteTitle">{{ .Site.Title }}</div>
<div class="description">{{ .Site.Params.description }}</div>
<div class="buttonbox">
- <a href="/overview/introduction" class="btn btn-primary btn-lg">Docs <i class="icon-idea"></i></a>
- <a href="#action" class="btn btn-success btn-lg">Install <i class="icon-arrow-down"></i></a>
- <a href="http://discuss.gohugo.io" class="btn btn-info btn-lg">Community <i class="icon-talking"></i></a>
- <a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">GitHub <i class="icon-circlestar"></i></a>
- {{ range .Site.Params.social }}
+ {{ range .Site.Params.social }}
<a href="{{ .url }}" class="btn btn-default btn-lg"><i class="icon-{{ lower .title }}"></i> <span class="network-name">{{ .title }}</span></a>
{{ end }}
</div>
|
