Skip to content

Commit d4a4b36

Browse files
committed
Use config to specify portal logo
1 parent b844b0c commit d4a4b36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ languages:
1616
params:
1717
title: "Node Pathogens Portal"
1818
description: "Node Pathogens Portal provides information about available datasets, resources, tools, and services related to pandemic preparedness."
19+
# images mentioned below are used for preview while sharing the URL. Example if you post in twitter, etc
1920
images:
2021
- /img/pathogens_logo.svg
2122
# local node info, logo will be displayed above pathogens logo
2223
# given 'node_country' is an example, change the value to actual country
24+
portal_logo: "/img/pathogens_logo.svg"
2325
node_logo: "/img/example_logo.png"
2426
node_url: "https://example.com/"
2527
node_country: "Sweden"

0 commit comments

Comments
 (0)