Skip to content

Commit 487c4b8

Browse files
committed
add meta tag for carpentry type
1 parent 8a4dfc8 commit 487c4b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_layouts/workshop.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<meta name="instructor" content="{{page.instructor|join:'|'}}" />
2121
<meta name="helper" content="{{page.helper|join:'|'}}" />
2222
<meta name="contact" content="{{page.email}}" />
23+
<meta name="carpentry" content="{{site.carpentry}}"
2324
{% if page.redirect %}
2425
<meta http-equiv="refresh" content="0; url={{page.redirect}}" />
2526
{% endif %}

0 commit comments

Comments
 (0)