mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-03 16:56:50 +00:00
17 lines
514 B
HTML
17 lines
514 B
HTML
{% if site.delicious_user %}
|
|
<section class="aside-module grid__item one-whole lap-one-half">
|
|
<h1 class="title delta">
|
|
Delicious
|
|
<small class="pull-right">
|
|
<a class="btn" href="//delicious.com/{{ site.delicious_user }}" title="@{{ site.delicious_user }} on Delicious" target="_blank">
|
|
<i class="icon-external-link"></i>
|
|
</a>
|
|
</small>
|
|
</h1>
|
|
<div id="delicious">
|
|
<span class="loading">
|
|
<i class="icon-spinner icon-spin"></i>
|
|
</span>
|
|
</div>
|
|
</section>
|
|
{% endif %} |