File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
themes/vocabulary_theme/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ <h1>Open Source Work Programs: Project Ideas</h1>
22
22
</ div >
23
23
</ header >
24
24
25
+ < div class ="content main-content ">
25
26
< article class ="projects ">
26
27
< h2 > Current Programs</ h2 >
27
28
< p > Here are some highlighted projects currently underway:</ p >
@@ -42,7 +43,7 @@ <h3><a href="#original-ideas">Original Ideas</a></h3>
42
43
</ ul >
43
44
</ article >
44
45
45
- < div class =" content " >
46
+ < div >
46
47
{% for idea in ideas %}
47
48
< h2 > < a name ="{{ idea._slug }} "> {{ idea.title }}</ a > </ h2 >
48
49
< div class ="project-container ">
@@ -78,4 +79,5 @@ <h2 class="b-header"><a name="original-ideas">Original Ideas</a></h2>
78
79
< a href ="#project-list "> < i > </ i > Back to the Project list</ a >
79
80
</ div >
80
81
</ div >
82
+ </ div >
81
83
{% endblock %}
You can’t perform that action at this time.
0 commit comments