Skip to content

Commit 93eec8e

Browse files
event fellowship & favicon
1 parent 3bf7279 commit 93eec8e

File tree

9 files changed

+12
-3
lines changed

9 files changed

+12
-3
lines changed

hugo.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ outputFormats:
4646
baseName: feed
4747
menu:
4848
main:
49-
- name: 'News'
50-
url: 'posts'
51-
weight: 3
5249
- name: 'About OBF'
5350
url: 'events/bosc-2021/about-2'
5451
identifier: 'about'
@@ -97,3 +94,10 @@ menu:
9794
parent: 'bosc'
9895
weight: 8
9996
url: 'events/about/'
97+
- name: 'Event Fellowships'
98+
weight: 3
99+
url: 'event-awards/'
100+
- name: 'News'
101+
url: 'posts'
102+
weight: 4
103+

layouts/partials/head_custom.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}" />
22

3+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
4+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
5+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
6+
<link rel="manifest" href="/site.webmanifest">

static/android-chrome-192x192.png

19.5 KB
Loading

static/android-chrome-512x512.png

55.4 KB
Loading

static/apple-touch-icon.png

17.7 KB
Loading

static/favicon-16x16.png

784 Bytes
Loading

static/favicon-32x32.png

2.08 KB
Loading

static/favicon.ico

15 KB
Binary file not shown.

static/site.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 commit comments

Comments
 (0)