Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
17
source/_includes/asides/delicious.html
Normal file
17
source/_includes/asides/delicious.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
{% 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue