Footer link URL fix for dribbble
This commit is contained in:
parent
0340970f4e
commit
284cb21009
16
_config.yml
16
_config.yml
|
@ -1,28 +1,28 @@
|
||||||
#
|
#
|
||||||
# This file contains configuration flags to customize your blog
|
# This file contains configuration flags to customize your site
|
||||||
#
|
#
|
||||||
|
|
||||||
# The name of your blog
|
# The name of your site (displayed in the header)
|
||||||
name: Site Name
|
name: Site Name
|
||||||
|
|
||||||
# A short bio or description
|
# A short bio or description (displayed in the header)
|
||||||
description: Your Site Description
|
description: Your Site Description
|
||||||
|
|
||||||
# Your actual website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
|
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
|
||||||
# Used for Sitemap.xml and your RSS feed
|
# Used for Sitemap.xml and your RSS feed
|
||||||
url:
|
url:
|
||||||
|
|
||||||
# A URL pointing to your avatar or profile pic
|
# A URL pointing to your avatar or profile pic
|
||||||
# To use your Gravatar: (the one that GitHub uses for your profile pic)
|
# To use your Gravatar: (the one that GitHub uses for your profile pic)
|
||||||
# 1. Go to https://github.com/YOURUSERNAME/
|
# 1. Go to https://github.com/YOURUSERNAME/
|
||||||
# 2. Right click > Copy Image URL on your profile pic,
|
# 2. Right click and Copy Image URL on your profile pic,
|
||||||
# 3. Take the first long ID from the URL and paste it in place of mine below
|
# 3. Take the first long ID from the URL and paste it in place of mine below
|
||||||
avatar: http://www.gravatar.com/avatar/36b4f56a7fa40d3c06e5afc4ed0b82b5?s=200
|
avatar: http://www.gravatar.com/avatar/36b4f56a7fa40d3c06e5afc4ed0b82b5?s=200
|
||||||
|
|
||||||
# Your disqus username, if you'd like blog commenting
|
# Your disqus username, entering this will enable commenting on posts
|
||||||
disqus:
|
disqus:
|
||||||
|
|
||||||
# Your Google Analytics web tracking code (e.g. UA-2110908-2)
|
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
||||||
google_analytics:
|
google_analytics:
|
||||||
|
|
||||||
# Includes an icon in the footer for each username you enter
|
# Includes an icon in the footer for each username you enter
|
||||||
|
@ -39,7 +39,7 @@ footer-links:
|
||||||
twitter: your-username
|
twitter: your-username
|
||||||
|
|
||||||
#
|
#
|
||||||
# You don't need to update the configuration flags below.
|
# !! You don't need to change any of the configuration flags below !!
|
||||||
#
|
#
|
||||||
|
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
|
|
Loading…
Reference in a new issue