Remove useless link from blog entry view

pull/2/head
Noah 2014-04-06 20:24:39 -07:00
parent aa395ca206
commit 87dfe28133
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
</div> </div>
<div class="blog-timestamp"> <div class="blog-timestamp">
Posted by <a href="#">{{ post["profile"]["name"] }}</a> Posted by {{ post["profile"]["name"] }}
on <span title="{{ post['time'] }}">{{ post["pretty_time"] }}</span> on <span title="{{ post['time'] }}">{{ post["pretty_time"] }}</span>
</div> </div>
@ -76,4 +76,4 @@
) | safe }} ) | safe }}
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}