1
- <!DOCTYPE html>
2
- < html >
3
- < head >
4
- < meta charset ='utf-8 '>
5
- < meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
6
-
7
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/stylesheet.css " media ="screen " />
8
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/pygment_trac.css " media ="screen " />
9
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/print.css " media ="print " />
10
-
11
- < title > PythonPune by pythonpune</ title >
12
- </ head >
13
-
14
- < body >
15
-
16
- < header >
17
- < div class ="container ">
18
- < h1 > PythonPune</ h1 >
19
- < h2 > Pune Pythonistas and their discussions and events.</ h2 >
20
-
21
- < section id ="downloads ">
22
- < a href ="https://github.com/pythonpune " class ="btn btn-github "> < span class ="icon "> </ span > View on GitHub</ a >
23
- </ section >
24
- </ div >
25
- </ header >
26
-
27
- < div class ="container ">
28
- < section id ="main_content ">
1
+ ---
2
+ layout: default
3
+ ---
29
4
< h1 > PythonPune</ h1 >
30
5
31
6
< h2 > Projects</ h2 >
@@ -34,10 +9,22 @@ <h2>Projects</h2>
34
9
< li > Pune Startup Directory (Proposed group project)</ li >
35
10
</ ul >
36
11
37
- < h2 > Meetings</ h2 >
12
+ < h2 > Recent Meetings</ h2 >
13
+ < ul >
14
+ {% for post in site.posts %}
15
+ {% if post.categories contains 'meeting-notes' %}
16
+ < li > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ li >
17
+ {% endif %}
18
+ {% endfor %}
19
+ </ ul >
38
20
21
+ < h2 > Recent Blog Posts</ h2 >
39
22
< ul >
40
- < li > December 7, 2012</ li >
23
+ {% for post in site.posts %}
24
+ {% if post.categories contains 'blog' %}
25
+ < li > < a href ="{{ post.url }} "> {{ post.title }}</ a > </ li >
26
+ {% endif %}
27
+ {% endfor %}
41
28
</ ul >
42
29
43
30
< h2 > Recent Discussions</ h2 >
@@ -49,18 +36,3 @@ <h2>Recent Discussions</h2>
49
36
width ="900 "
50
37
height ="700 ">
51
38
</ iframe >
52
-
53
- </ section >
54
- < section id ="footer ">
55
- < p > < em > Page maintained by < a href ="https://github.com/dnene " class ="user-mention "> @dnene</ a > . Contact him for corrections / comments / suggestions </ em > </ p >
56
- </ section >
57
- </ div >
58
-
59
- </ body >
60
- < script type ="text/javascript ">
61
- document . getElementById ( "forum_embed" ) . src =
62
- "https://groups.google.com/forum/embed/?place=forum/pythonpune" +
63
- "&theme=default&showtabs=false&hideforumtitle=true&showpopout=true" +
64
- encodeURIComponent ( window . location . href ) ;
65
- </ script >
66
- </ html >
0 commit comments