Skip to content

Commit 9e8be39

Browse files
committed
Merge pull request #56 from benjaminpaap/bugfix/header
Use of the header property was missing
2 parents 3147665 + 669f10d commit 9e8be39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_includes/themes/phpughh/default.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>PHP Usergroup Hamburg</title>
5-
4+
<title>{% if page.header %}{{ page.header }}{% else %}PHP Usergroup Hamburg{% endif %}</title>
5+
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
99
<meta name="author" content="{{ site.author.name }}">
1010
{% if page.canonical %}<meta name="canonical" content="{{ page.canonical }}">{% endif %}
11-
11+
1212
<!-- Stylesheets -->
1313
<link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
1414
<link href="{{ ASSET_PATH }}/css/main.css" rel="stylesheet" type="text/css" media="all">
15-
15+
1616
<link href="http://static2.meetupstatic.com/style/widget.css" rel="stylesheet" type="text/css" media="all">
1717
<link href="{{ ASSET_PATH }}/css/meetup-widget.css" rel="stylesheet" type="text/css" media="all">
1818
<!-- /Stylesheets -->
19-
19+
2020
<!-- Javascripts -->
2121
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
2222
<script src="{{ ASSET_PATH }}/js/meetup-widget.js"></script>

0 commit comments

Comments
 (0)