aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/sciblog/blog_detail_refrences.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/templates/sciblog/blog_detail_refrences.html')
-rw-r--r--97suifangqa/templates/sciblog/blog_detail_refrences.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/97suifangqa/templates/sciblog/blog_detail_refrences.html b/97suifangqa/templates/sciblog/blog_detail_refrences.html
index a60935d..99ff7b2 100644
--- a/97suifangqa/templates/sciblog/blog_detail_refrences.html
+++ b/97suifangqa/templates/sciblog/blog_detail_refrences.html
@@ -1,7 +1,7 @@
{% extends "sciblog/blog_detail.html" %}
{% block sectionname %}
-参考信息
+<span style="font-weight:normal;">参考信息</span>
{% endblock %}
{% block navigation %}
@@ -20,6 +20,7 @@
<a href="" id="refrences"></a>
<h3>参考文献</h3>
{% for ref in blog.references.all %}
-<a href="{{ ref.link }}">{{ ref.description }}</a>
+{{ ref.description }}<br>
+<a href="{{ ref.link }}" target="_blank">阅读更多</a><br><br>
{% endfor %}
{% endblock %}