From 23ccfc3c4345e2c57851a1b9c7483895d9e71523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zcan=20O=C4=9Fuz?= Date: Fri, 24 Apr 2020 00:37:31 +0300 Subject: [PATCH] Main page keynotes fixed --- layouts/_default/baseof.html | 4 ++-- static/theme-oyd.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9a8d3e6..89f9fde 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ -{{ readFile "themes/devfest-theme-hugo/static/icons.svg" | safeHTML }} +{{ readFile "themes/ozgurkon-theme-hugo/static/icons.svg" | safeHTML }} {{ block "header" . }} {{ partial "header.html" . }} @@ -20,7 +20,7 @@ {{ partial "footer.html" . }} {{ end }} - + {{ block "scripts" . }} {{ end }} diff --git a/static/theme-oyd.css b/static/theme-oyd.css index f0f16f5..8f8bafd 100644 --- a/static/theme-oyd.css +++ b/static/theme-oyd.css @@ -1334,7 +1334,7 @@ form input:invalid{ margin:1rem; margin:var(--space-4) } -.home main .speakers ul li:nth-child(n+8){ +.home main .speakers ul li:nth-child(n+15){ display:none } .home main .subscribe{