Changing bullets to paragraphs
This commit is contained in:
parent
4ada6e2129
commit
002e47adae
|
@ -38,11 +38,9 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<ul>
|
||||
{% for item in site.data.nav[page.sidebar] %}
|
||||
<li><a href="{{ item.url }}">{{ item.text }}</a></li>
|
||||
<p><a href="{{ item.url }}">{{ item.text }}</a></p>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</header>
|
||||
<section>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
sidebar: main
|
||||
---
|
||||
|
||||
# What is LibreTime?
|
||||
|
||||
[LibreTime](http://libretime.org/ "LibreTime homepage") is the open broadcast
|
||||
|
|
Loading…
Reference in New Issue