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{