Skip to content

Commit 9a0b08d

Browse files
committed
Added introduction to project ideas page and moved it from template to contents.
1 parent 4192e6a commit 9a0b08d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
_model: project-ideas
22
---
33
title: Project Ideas for GSoC 2019
4+
---
5+
body:
6+
<p class="text-muted">This is the project idea list for the <a href="/gsoc-2019">Google Summer of Code 2019</a> program. We have a mix of projects that are meant to be installed widely (such as plugins for other software) and projects that are more focused on improving user experience for users of Creative Commons licenses. Regardless of scope, these projects all have a broad and positive community impact.</p>

models/project-ideas.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ protected = yes
77
[fields.title]
88
label = Title
99
type = string
10+
11+
[fields.body]
12+
label = Body
13+
type = markdown

templates/project-ideas.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{% block title %}{{ this.title }}{% endblock %}
33

44
{% block body %}
5+
{{ this.body }}
56
<a name="ideas-top"></a>
6-
<p class="text-muted">This is the project idea list for the <a href="/gsoc-2019">Google Summer of Code 2019</a> program.
77
<hr/>
88
{% set ideas = site.query('/gsoc-2019/project-ideas/project-ideas-list').include_undiscoverable(true).all() %}
99
<div class="mt-4">

0 commit comments

Comments
 (0)