Skip to content

Commit 1a707b0

Browse files
committed
Merge pull request #143 from akuchling/remove-pythondev-box
Comment out the python-dev box on /blogs/
2 parents 3b434e9 + 2eac3ce commit 1a707b0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

templates/blogs/index.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3 class="event-title"><a href="{{ entry.url }}">{{ entry.title }}</a></h3>
4141

4242
<div class="small-widget subscribe-widget last">
4343
{% box 'blogs-subscriptions' %}
44-
44+
4545
</div>
4646

4747
</div>
@@ -67,9 +67,9 @@ <h2 class="widget-title">Contributors</h2>
6767
</div>
6868

6969
<div class="triple-widget archive-widget last">
70-
70+
7171
{# Still needs to be hooked in. Hide this for now? #}
72-
72+
7373
<h2 class="widget-title">Blog Archives</h2>
7474
<ul class="menu">
7575
<li><a href="#year-archive">2012 (8)</a>
@@ -91,10 +91,11 @@ <h2 class="widget-title">Blog Archives</h2>
9191

9292
<div class="row">
9393

94+
{% comment %}
9495
<div class="medium-widget author-blogs-widget">
95-
96+
9697
{# Still needs to be hooked in. Hide this for now? #}
97-
98+
9899
<h2 class="widget-title">Python-Dev Blogs</h2>
99100
<p class="give-me-more"><a href="#" title="More News">More</a></p>
100101
<ul class="menu">
@@ -103,12 +104,12 @@ <h2 class="widget-title">Python-Dev Blogs</h2>
103104
<li><a class="developer-name" href="#">Tarek Ziad&eacute;</a>: <a class="developer-post-name" href="#">What The Feuille?</a> <span class="time-posted">4 days ago</span></li>
104105
</ul>
105106
</div>
106-
107+
{% endcomment %}
107108
<div class="medium-widget copyright-widget last">
108109
{% box 'blogs-copyright' %}
109110

110111
</div>
111112

112113
</div>
113-
114-
{% endblock content %}
114+
115+
{% endblock content %}

0 commit comments

Comments
 (0)