Commit 777382f8 by liuyingying

今天结束了

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