update with new image
This commit is contained in:
parent
776085f7e5
commit
7457e87d1b
@ -5,7 +5,7 @@ theme = 'zhaohuabing'
|
||||
sectionPagesMenu = 'main'
|
||||
|
||||
[params]
|
||||
header_image = "images/baniere.jpg"
|
||||
header_image = "images/baniere/baniere.jpg"
|
||||
SEOTitle = "Le Quadrille d’Elsa"
|
||||
description = "Partager le plaisir des danses 1900"
|
||||
keyword = ""
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
@ -208,14 +208,6 @@
|
||||
{{ end }}
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
{{ with .Site.Data.infos.lien_membres }}
|
||||
<a href="{{ . }}">Espace membres</a>
|
||||
{{ end }}
|
||||
—
|
||||
{{ with .Site.Data.infos.drive }}
|
||||
<a href="{{ . }}">Connexion suit-vie</a>
|
||||
{{ end }}
|
||||
<br />
|
||||
Contenu copyright © {{ .Site.Title }} {{ now.Year }} {{- if .Site.Params.icp }} | {{ with .Site.Params.icp }}{{ . | markdownify }}{{ end }}{{- end}}
|
||||
<br>
|
||||
<a href="https://themes.gohugo.io/hugo-theme-cleanwhite">CleanWhite Hugo Theme</a> by <a href="https://zhaohuabing.com">Huabing</a>. Modifié par Jean-Cloud (Licence Apache2).
|
||||
@ -315,9 +307,6 @@
|
||||
</script>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.GoogleAnalytics }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
<!-- Side Catalog -->
|
||||
|
@ -245,6 +245,16 @@
|
||||
</ul>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ with .Site.Data.infos.lien_membres }}
|
||||
<a href="{{ . }}">Espace membres</a>
|
||||
{{ end }}
|
||||
—
|
||||
{{ with .Site.Data.infos.drive }}
|
||||
<a href="{{ . }}">Connexion suit-vie</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.publications }}
|
||||
<section>
|
||||
<hr class="hidden-sm hidden-xs">
|
||||
|
@ -242,6 +242,7 @@ pre code{
|
||||
}
|
||||
.navbar-custom{
|
||||
background:0 0;
|
||||
background-color: rgba(0,0,0,.4);
|
||||
border:none;
|
||||
position:absolute;
|
||||
top:0;
|
||||
@ -411,7 +412,8 @@ pre code{
|
||||
}
|
||||
.intro-header .site-heading h1,.intro-header .page-heading h1{
|
||||
margin-top:0;
|
||||
font-size:50px
|
||||
font-size:50px;
|
||||
text-shadow: 10px 5px 20px black;
|
||||
}
|
||||
.intro-header .site-heading .subheading,.intro-header .page-heading .subheading{
|
||||
font-family:-apple-system,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN","Noto Sans SC","Source Han Sans TC","Noto Sans CJK TC","WenQuanYi Micro Hei",SimSun,sans-serif;
|
||||
@ -424,7 +426,7 @@ pre code{
|
||||
}
|
||||
@media only screen and (min-width:768px){
|
||||
.intro-header .site-heading h1,.intro-header .page-heading h1{
|
||||
font-size:80px
|
||||
font-size:80px;
|
||||
}
|
||||
}
|
||||
.intro-header .post-heading h1{
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user