File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ <h1>Google Summer of Code 2019 Project Ideas</h1>
10
10
11
11
< ul class ="list-unstyled m3 ">
12
12
{% for idea in ideas %}
13
- < li class ="my-2 "> < a href ="#{{ idea.href }} "> {{ idea.title }}</ a > </ li >
13
+ < li class ="my-2 "> < a href ="#{{ idea._slug }} "> {{ idea.title }}</ a > </ li >
14
14
{% endfor %}
15
15
</ ul >
16
16
</ div >
17
17
{% for idea in ideas %}
18
18
< div class ="project-idea-card m-1 mb-4 ">
19
- < h2 class ="card-header "> < a href =" # {{ idea.href }} "> {{ idea.title }}</ a > </ h5 >
19
+ < h2 class ="card-header "> < a name =" {{ idea._slug }} "> {{ idea.title }}</ a > </ h5 >
20
20
< ul class ="list-group list-group-flush ">
21
21
< li class ="list-group-item "> < strong > Description:</ strong > {{ idea.description }}</ li >
22
22
< li class ="list-group-item "> < strong > Rationale:</ strong > {{ idea.rationale }}</ li >
You can’t perform that action at this time.
0 commit comments