Skip to content

Commit

Permalink
Add instagram link on top
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorosploumis committed May 6, 2023
1 parent cbb2718 commit faf7e03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,26 @@ paginate = 10
pre = "<i class='fab fa-2x fa-facebook'></i>"
[[menu.topbar]]
weight = 4
name = "Instagram"
url = "https://instagram.com/serrestech"
pre = "<i class='fab fa-2x fa-instagram'></i>"
[[menu.topbar]]
weight = 5
name = "Twitter"
url = "https://twitter.com/serrestech"
pre = "<i class='fab fa-2x fa-twitter'></i>"
[[menu.topbar]]
weight = 5
weight = 6
name = "Youtube"
url = "https://www.youtube.com/channel/UCYmD_me-cgDR4GKcj8AQt0Q/"
pre = "<i class='fab fa-2x fa-youtube'></i>"
[[menu.topbar]]
weight = 6
weight = 7
name = "RSS"
url = "/index.xml"
pre = "<i class='fa fa-2x fa-rss'></i>"
[[menu.topbar]]
weight = 7
weight = 8
name = "Email"
url = "mailto:info@serrestech.gr"
pre = "<i class='fa fa-2x fa-envelope'></i>"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We are an **open, non-profit community** for anyone interested in software devel

## About the website

This is a static static that is generated by [Hugo](https://gohugo.io).
This is a static static that is generated by [Hugo](https://gohugo.io) and served by [Netlify](https://netlify.com).

Before trying to update content and submit changes to Github please install **Hugo** and follow the instructions bellow.

Expand Down

0 comments on commit faf7e03

Please sign in to comment.