💻 Style links a bit #100DaysOfCode R1D24
This commit is contained in:
parent
087cd014b3
commit
400ed5881f
5 changed files with 10 additions and 9 deletions
|
|
@ -20,16 +20,17 @@
|
|||
</nav>
|
||||
|
||||
<div class="row">
|
||||
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sidebard">
|
||||
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sidebard bg-dark">
|
||||
<aside>
|
||||
<header>
|
||||
<h2>My Links</h2>
|
||||
</header>
|
||||
|
||||
{% for link in site.links %}
|
||||
{% if link.display == false %}{% continue %}{% endif %}
|
||||
<p><a href="{{ link.url }}">{{ link.title }} </a></p>
|
||||
{% endfor %}
|
||||
<ul class="list-group">
|
||||
{% for link in site.links %}{% if link.display == false %}{% continue %}{% endif %}
|
||||
<li class="list-group-item list-group-item-dark"><a href="{{ link.link }}">{{ link.title }} </a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue