Main page keynotes fixed

live-update
Özcan Oğuz 4 years ago
parent 72188bd0d4
commit 23ccfc3c43
Signed by: ooguz
GPG Key ID: 2D33E2BD3D975818
  1. 4
      layouts/_default/baseof.html
  2. 2
      static/theme-oyd.css

@ -4,7 +4,7 @@
<body class="{{ .Kind }} {{ anchorize .URL }} {{ .Section }}"> <body class="{{ .Kind }} {{ anchorize .URL }} {{ .Section }}">
{{ readFile "themes/devfest-theme-hugo/static/icons.svg" | safeHTML }} {{ readFile "themes/ozgurkon-theme-hugo/static/icons.svg" | safeHTML }}
{{ block "header" . }} {{ block "header" . }}
{{ partial "header.html" . }} {{ partial "header.html" . }}
@ -20,7 +20,7 @@
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
{{ end }} {{ end }}
<script src="/theme.js?v=2" async></script> <script src="/theme.js?v=3" async></script>
{{ block "scripts" . }} {{ block "scripts" . }}
<!-- No extra scripts --> <!-- No extra scripts -->
{{ end }} {{ end }}

@ -1334,7 +1334,7 @@ form input:invalid{
margin:1rem; margin:1rem;
margin:var(--space-4) margin:var(--space-4)
} }
.home main .speakers ul li:nth-child(n+8){ .home main .speakers ul li:nth-child(n+15){
display:none display:none
} }
.home main .subscribe{ .home main .subscribe{

Loading…
Cancel
Save