Skip to content

Commit

Permalink
adding twitter account
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-kimball committed Sep 18, 2024
1 parent 93ce0bd commit 9183ca3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
23 changes: 4 additions & 19 deletions _data/socialmedia.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
- name: GitHub
url: http://github.com/phlow
class: icon-github
title: Code und mehr...

- name: YouTube
url: http://www.youtube.com/PhlowMedia
class: icon-youtube
title: "Videos, Video-Anleitungen und Filme von Phlow auf YouTube"

- name: Twitter
url: http://twitter.com/phlow
class: icon-twitter
title: "Immer das Neuste von Phlow gibt es auf Twitter"

- name: Mixcloud
url: http://www.mixcloud.com/phlow/
class: icon-cloud
title: "Mixe, was sonst?"
- name: Twitter
url: https://x.com/skai_institute
class: icon-twitter
title: ""

# - name: Facebook
# url: http://www.facebook.com/
Expand Down
9 changes: 8 additions & 1 deletion _includes/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,16 @@ <h5 class="shadow-black">{{ service_item.menu_name }}</h5>
</div><!-- /#footer -->


<div id="subfooter">
<div id="subfooter">
<nav class="row">

<section id="subfooter-right" class="small-12 medium-6 columns">
<ul class="inline-list social-icons">
{% for social_item in site.data.socialmedia %}
<li><a href="{{ social_item.url }}" target="_blank" class="{{ social_item.class }}" title="{{ social_item.title }}"></a></li>
{% endfor %}
</ul>
</section>
</nav>
</div><!-- /#subfooter -->
</footer>

0 comments on commit 9183ca3

Please sign in to comment.