summaryrefslogtreecommitdiff
path: root/templates/archives
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-02-23 12:49:15 -0500
committerluxagraf <sng@luxagraf.net>2011-02-23 12:49:15 -0500
commit7cccd7cb2ef116732ba7f669c91b1a48b78f1ba8 (patch)
tree0bbfe4e4968dc72d3f61dd87639517d04f08bdd9 /templates/archives
parentb9f40c0c9df3167d28f131cecd566190e18b459e (diff)
got rid of more buttons on projects page
Diffstat (limited to 'templates/archives')
-rw-r--r--templates/archives/projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archives/projects.html b/templates/archives/projects.html
index 3b2dd9a..4e1adab 100644
--- a/templates/archives/projects.html
+++ b/templates/archives/projects.html
@@ -26,7 +26,7 @@
<a href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.image.url}}" alt="{{ object.title }}" class="post-image" /></a>
</div>
<div class="hyphenate">{{object.lede|smartypants|safe}}</div>
- <span class="button"><a href="{{project.get_absolute_url}}">More&nbsp;&raquo;</a></span>
+ <!--<span class="button"><a href="{{project.get_absolute_url}}">More&nbsp;&raquo;</a></span>-->
</article> {% endfor %}
</section>