mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
chg: [custom] links
This commit is contained in:
parent
192cc08121
commit
2f2e24adc1
2 changed files with 11 additions and 1 deletions
|
@ -28,7 +28,8 @@ linkedin_url:
|
|||
pinterest_url:
|
||||
slack_url:
|
||||
twitter_url: https://twitter.com/adulaua
|
||||
|
||||
flickr_url: https://www.flickr.com/photos/adulau
|
||||
photo_url: https://www.foo.be/photoblog
|
||||
# build settings
|
||||
markdown: kramdown
|
||||
|
||||
|
|
|
@ -97,6 +97,15 @@
|
|||
{% if site.linkedin_url %}
|
||||
<li><a href="{{ site.linkedin_url }}" class="icon alt fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
|
||||
{% endif %}
|
||||
{% if site.flickr_url %}
|
||||
<li><a href="{{ site.flickr_url }}" class="icon alt fa-camera-retro" target="_blank"><span class="label">Flickr</span></a></li>
|
||||
{% endif %}
|
||||
{% if site.photo_url %}
|
||||
<li><a href="{{ site.photo_url }}" class="icon alt fa-book" target="_blank"><span class="label">Photography blog</span></a></li>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© {{ site.title }} {{ site.subtitle }}</li>
|
||||
|
|
Loading…
Reference in a new issue