Skip to content

Commit 434c15c

Browse files
dvXcodeclaude
andcommitted
Remove Jekyll Serif logo from website header
- Remove logo HTML elements from header.html - Remove logo configuration from _config.yml - Clean header to show only navigation menu 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 26f44ab commit 434c15c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

_config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ permalink: pretty
33
title: 'Volovyk ENK'
44
description: 'Volovyk ENK provides consulting in Azure, .NET Core, Delphi, Dart & Flutter, plus startup and mobile app development from Bergen, Norway.'
55

6-
logo:
7-
mobile: "images/logo/logo-mobile.svg"
8-
mobile_height: "32px"
9-
mobile_width: "32px"
10-
desktop: "images/logo/logo.svg"
11-
desktop_height: "32px"
12-
desktop_width: "120px"
136

147
home:
158
limit_services: 6

_includes/header.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<div class='header'>
22
<div class="container">
3-
<div class="logo">
4-
<a href="{{ site.baseurl }}"><img width="{{ site.logo.desktop_width }}" height="{{ site.logo.desktop_height }}" alt="{{ site.title }}" src="{{ site.logo.desktop | relative_url }}" /></a>
5-
</div>
6-
<div class="logo-mobile">
7-
<a href="{{ site.baseurl }}"><img width="{{ site.logo.mobile_width }}" height="{{ site.logo.mobile_height }}" alt="{{ site.title }}" src="{{ site.logo.mobile | relative_url }}" /></a>
8-
</div>
93
{% include main-menu.html %}
104
{% include hamburger.html %}
115
</div>

0 commit comments

Comments
 (0)