66 <div class="col-md-6">
77 <div class="logo-container">
88 <a class="logo" href="{{ page.baseurl }}" style="background-image: url('{{ site.baseurl }}/images/logo.png')"></a>
9- </ div >
10-
11- < div class ="osd-title "> < h1 > Open SoC Debug</ h1 > </ div >
9+ <div class="osd-title"><h1>Open SoC Debug</h1></div>
1210
13- < div class ="osd-tagline "> < p > Building blocks for your SoC debug infrastructure</ p > </ div >
11+ <div class="osd-tagline"><p>Building blocks for your SoC debug infrastructure</p></div>
12+ </div>
1413 </div>
1514 <div class="col-md-6">
16- < h2 > About Open SoC Debug </ h2 >
15+ <h2>About</h2>
1716 <p>Open SoC Debug is a new project co-managed by
1817 the <a href="http://www.optimsoc.org">OpTiMSoC</a>
1918 and <a href="http://www.lowrisc.org">lowRISC</a> projects with
@@ -28,18 +27,21 @@ <h2>About Open SoC Debug</h2>
2827 <div class="col-md-6">
2928 <h2>News</h2>
3029 <ul class="fa-ul">
31- < li > < i class ="fa-li fa fa-github fa-lg "> </ i > < i > (2016.01.13)</ i > We
32- have started intensifying the specification of the interfaces
33- and components. To follow it or contribute visit
34- the < a href ="https://github.com/opensocdebug/documentation "> documentation</ a >
35- and < a href ="https://github.com/opensocdebug/hardware "> modules</ a >
36- repository.</ li >
37- < li > < i class ="fa-li glyphicon
38- glyphicon-blackboard fa-lg "> </ i > < i > (2015.11.12)</ i > We have assembled
39- the basic ideas and components of Open SoC Debug in
40- an < a href ="http://opensocdebug.org/slides/2015-11-12-overview/ "> Overview
41- Presentation</ a > </ li >
42- <!-- <li><i class="fa-li fa fa-file"></i>New Document</li>-->
30+ {% for post in site.posts %}
31+ <li>
32+ {% if post.type == "slideshow" %}
33+ <i class="fa-li fa fa-desktop"></i>
34+ {% else if post.type == "project" %}
35+ <i class="fa-li fa fa-github fa-lg"></i>
36+ {% else if post.type == "document" %}
37+ <i class="fa-li fa fa-file-text-o fa-lg"></i>
38+ {% else if post.type == "event" %}
39+ <i class="fa-li fa fa-calendar fa-lg"></i>
40+ {% endif %}
41+ <span class="news"><i>({{post.date | date: "%F"}})</i>
42+ {{post.excerpt | remove: '<p>' | remove: '</p>'}}</span>
43+ </li>
44+ {% endfor %}
4345 </ul>
4446 </div>
4547 <div class="col-md-6">
0 commit comments