File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > PHP Usergroup Hamburg</ title >
5
-
4
+ < title > {% if page.header %}{{ page.header }}{% else %} PHP Usergroup Hamburg{% endif %} </ title >
5
+
6
6
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
8
{% if page.description %}< meta name ="description " content ="{{ page.description }} "> {% endif %}
9
9
< meta name ="author " content ="{{ site.author.name }} ">
10
10
{% if page.canonical %}< meta name ="canonical " content ="{{ page.canonical }} "> {% endif %}
11
-
11
+
12
12
<!-- Stylesheets -->
13
13
< link href ="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css " rel ="stylesheet ">
14
14
< link href ="{{ ASSET_PATH }}/css/main.css " rel ="stylesheet " type ="text/css " media ="all ">
15
-
15
+
16
16
< link href ="http://static2.meetupstatic.com/style/widget.css " rel ="stylesheet " type ="text/css " media ="all ">
17
17
< link href ="{{ ASSET_PATH }}/css/meetup-widget.css " rel ="stylesheet " type ="text/css " media ="all ">
18
18
<!-- /Stylesheets -->
19
-
19
+
20
20
<!-- Javascripts -->
21
21
< script src ="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js "> </ script >
22
22
< script src ="{{ ASSET_PATH }}/js/meetup-widget.js "> </ script >
You can’t perform that action at this time.
0 commit comments