Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Add the new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Feb 11, 2024
1 parent 42e1d83 commit 18efca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added assets/images/funke_logo_v2_20240210.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/_data/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"linkedinLink": "https://www.linkedin.com/company/foerderfunke",
"githubLogo": "assets/images/github-mark.png",
"githubLink": "https://github.com/Citizen-Knowledge-Graph",
"navLogo": "assets/images/ff_lightblue_hq.jpg",
"navLogo": "assets/images/funke_logo_v2_20240210.png",
"navLinks": [
"de",
"en"
Expand Down
4 changes: 2 additions & 2 deletions src/_includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<link href="{% rootPath %}assets/css/style.css" rel="stylesheet" />
<!--Favicon-->
<link rel="shortcut icon" href="{% rootPath %}assets/images/fox_logo_v3.png" type="image/x-icon" />
<link rel="icon" href="{% rootPath %}assets/images/fox_logo_v3.png" type="image/x-icon" />
<link rel="shortcut icon" href="{% rootPath %}assets/images/funke_logo_v2_20240210.png" type="image/x-icon" />
<link rel="icon" href="{% rootPath %}assets/images/funke_logo_v2_20240210.png" type="image/x-icon" />
</head>
<body>
Expand Down

0 comments on commit 18efca7

Please sign in to comment.