Skip to content

Commit

Permalink
add meta tag for carpentry type
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed Dec 6, 2018
1 parent 8a4dfc8 commit 487c4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<meta name="instructor" content="{{page.instructor|join:'|'}}" />
<meta name="helper" content="{{page.helper|join:'|'}}" />
<meta name="contact" content="{{page.email}}" />
<meta name="carpentry" content="{{site.carpentry}}"
{% if page.redirect %}
<meta http-equiv="refresh" content="0; url={{page.redirect}}" />
{% endif %}
Expand Down

0 comments on commit 487c4b8

Please sign in to comment.