mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix flexbox safari issues
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="content-header-links">
|
||||
<a target="_blank" class="edit-link" href="{{.Site.Params.ghdocsrepo}}edit/master/content/{{.File.Path}}"><span class="edit">Edit Page</span><i class="icon-pencil" aria-hidden="true"></i></a>
|
||||
{{- with .Params.godocref -}}
|
||||
<a target="_blank" class="godoc-link" href="{{.}}" title="See the corresponding Golang Documentation for {{$.Title}}, {{$.Section}}."><span class="godocs">GoDocs</span>
|
||||
<a target="_blank" class="godoc-link" href="{{.}}" title="See the corresponding Golang Documentation for {{$.Title}}."><span class="godocs">GoDocs</span>
|
||||
{{ partial "svg-icons/godoc-icon.svg" .}}
|
||||
</a>
|
||||
{{- end -}}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="content-header-links">
|
||||
<a target="_blank" class="edit-link" href="{{.Site.Params.ghdocsrepo}}edit/master/content/{{.File.Path}}"><span class="edit">Edit Page</span><i class="icon-pencil" aria-hidden="true"></i></a>
|
||||
{{- with .Params.godocref -}}
|
||||
<a target="_blank" class="godoc-link" href="{{.}}" title="See the corresponding Golang Documentation for {{$.Title}}, {{$.Section}}."><span class="godocs">GoDocs</span>
|
||||
<a target="_blank" class="godoc-link" href="{{.}}" title="See the corresponding Golang Documentation for {{$.Title}}."><span class="godocs">GoDocs</span>
|
||||
{{ partial "svg-icons/godoc-icon.svg" .}}
|
||||
</a>
|
||||
{{- end -}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<main class="main" id="homepage">
|
||||
<div class="homepage-image">
|
||||
<img src="{{"images/hugo-h-only.png" | relURL}}" alt="">
|
||||
<img src="{{"images/hugo-h-only.png" | relURL}}" alt="H icon from the large Hugo logo">
|
||||
</div>
|
||||
<ul class="homepage-cards">
|
||||
{{range $key,$params := sort ($.Site.Data.sitenavigation) "order" }}
|
||||
|
||||
Reference in New Issue
Block a user