24 lines
500 B
YAML
24 lines
500 B
YAML
- name: Twitter
|
|
url: https://twitter.com/abcd
|
|
class: fa fa-twitter-square
|
|
title: "Follow me @foo"
|
|
|
|
- name: Google Plus
|
|
url: https://plus.google.com/+foo
|
|
class: fa fa-google-plus-square
|
|
title: "Follow me +foo"
|
|
|
|
- name: GitHub
|
|
url: https://github.com/xyz123abc
|
|
class: fa fa-github-square
|
|
title: Code repository
|
|
|
|
- name: Contact
|
|
url: "/contact/"
|
|
class: fa fa-envelope-square
|
|
title: "Reach Us"
|
|
|
|
- name: RSS
|
|
url: "/feed.xml"
|
|
class: fa fa-rss-square
|
|
title: "Subscribe to RSS"
|