File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 5
5
< h1 > Google Summer of Code 2019 Project Ideas</ h1 >
6
6
{% set ideas = site.query('/project-ideas-page/project-ideas').include_undiscoverable(true).all() %}
7
7
< div class ="mt-4 ">
8
+ < div >
9
+ < p > The following list contains Creative Commons proposed ideas for the Google Summer of Code 2019</ p >
10
+
11
+ < ul class ="list-unstyled m3 ">
12
+ {% for idea in ideas %}
13
+ < li class ="my-2 "> < a href ="#{{ idea.href }} "> {{ idea.title }}</ a > </ li >
14
+ {% endfor %}
15
+ </ ul >
16
+ </ div >
8
17
{% for idea in ideas %}
9
18
< div class ="project-idea-card m-1 mb-4 ">
10
- < h2 class ="card-header "> {{ idea.title }}</ h5 >
19
+ < h2 class ="card-header "> < a href =" # {{ idea.href }} " > {{ idea. title }}</ a > </ h5 >
11
20
< ul class ="list-group list-group-flush ">
12
21
< li class ="list-group-item "> < strong > Description:</ strong > {{ idea.description }}</ li >
13
22
< li class ="list-group-item "> < strong > Rationale:</ strong > {{ idea.rationale }}</ li >
You can’t perform that action at this time.
0 commit comments