Skip to content

Commit 269b959

Browse files
committed
Add meta and OG description
1 parent 37366a5 commit 269b959

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_layouts/default.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
type="image/x-icon"
1616
href="https://raw.githubusercontent.com/helsinki-python/logo/main/HelPy-200.png">
1717
<meta property="og:title" content="{{ page.title }}">
18+
{%- if page.description %}
19+
<meta name="description" content="{{ page.description }}">
20+
<meta property="og:description" content="{{ page.description }}">
21+
{%- else %}
22+
<meta name="description" content="A local usergroup for the Greater Helsinki region meeting up roughly every month">
23+
<meta property="og:description" content="A local usergroup for the Greater Helsinki region meeting up roughly every month">
24+
{%- endif %}
1825
<meta property="og:type" content="website">
1926
<meta property="og:image" content="https://raw.githubusercontent.com/helsinki-python/logo/main/HelPy-200.png">
2027
<meta property="og:image:alt" content="Helsinki Python logo">

code-of-conduct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Helsinki Python - Code of conduct
4+
description: We value the participation of each member of the Python community and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees at all Helsinki Python events
45
---
56

67
# Code of conduct

0 commit comments

Comments
 (0)