Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
5
_includes/social.html
Normal file
5
_includes/social.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div class="social">
|
||||
{% for item in site.data.social %}
|
||||
<a href="{{ item.link }}" target="blank"><img src="{{ item.image | relative_url }}" title="{{ item.name }}" alt="{{ item.name }}" /></a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue