Commit 04413bf8 by liuyingying

delete space

parent a3ec7532
......@@ -66,7 +66,7 @@
{% if publications %}
{% for publication in publications %}
<ul>
<li class="big_text"><a href="{% static 'hunter/publications/' %} {{ publication.link }}" target="_blank">{{ publication.title }}</a></li>
<li class="big_text"><a href="{% static 'hunter/publications/' %}{{ publication.link }}" target="_blank">{{ publication.title }}</a></li>
<li class="small_text">{{ publication.authors }}</li>
<li class="middle_text right">{{ publication.date }}</li>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment