diff options
Diffstat (limited to '_includes/social.html')
-rw-r--r-- | _includes/social.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/social.html b/_includes/social.html new file mode 100644 index 0000000..8a4af8b --- /dev/null +++ b/_includes/social.html @@ -0,0 +1,5 @@ +<ul class="social-media-list"> +{%- for entry in site.minima.social_links -%} + {%- include social-item.html item = entry -%} +{%- endfor -%} +</ul> |