Commit 777382f8 by liuyingying

今天结束了

parent cc88dc83
......@@ -22,7 +22,6 @@
</div>
</div>
<div class="wrap">
{% if publication_year_list.items %}
<div class="section">
<span>PUBLICATIONS</span>
{% for year,publications in publication_year_list.items %}
......@@ -32,6 +31,7 @@
{{ year }}
</span>
</div>
{% if publications %}
{% for publication in publications %}
<ul>
<li>
......@@ -45,10 +45,10 @@
</li>
</ul>
{% endfor %}
{% endif %}
</div>
{% endfor %}
</div>
{% endif %}
{% if cve_year_list.items %}
<div class="section">
<span>MY-CVE</span>
......
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