Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ demo : [http://pdevty.github.io/blog/](http://pdevty.github.io/blog/)
- Google Analytics (optional)
- Pagination
- Disqus (optional)
- Twitter, Facebook, GitHub, Google+, LinkedIn links (optional)
- Twitter, Facebook, GitHub, Google+, LinkedIn, Flickr links (optional)
- Tags
- Categories
- Cover image (optional)
Expand Down Expand Up @@ -53,6 +53,7 @@ copyright = "© 2015 Copyright Text"
facebook = "Your facebook Name" # optional
gplus = "Your Google+ profile name" # optional
linkedin = "Your LinkedIn Name" # optional
flickr = "Your Flickr Name" # optional
headerCover = "images/headerCover.png" # optional
footerCover = "images/footerCover.png" # optional
googleAnalyticsUserID = "Your Analytics User Id" # optional
Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ <h5 class="header col s12 light">{{.Site.Params.description}}</h5>
{{end}}
{{if .Site.Params.linkedin}}
<a href="https://www.linkedin.com/in/{{.Site.Params.linkedin}}"><img src="{{.Site.BaseURL}}/images/linkedin-dreamstale45.png"></a>
{{end}}
{{if .Site.Params.flickr}}
<a href="https://www.flickr.com/photos/{{.Site.Params.flickr}}"><img src="{{.Site.BaseURL}}/images/flickr-dreamstale30.png"></a>
{{end}}
<a href="{{.Site.BaseURL}}/index.xml"><img src="{{.Site.BaseURL}}/images/feed-dreamstale27.png"></a>
</div>
Expand Down
Binary file added static/images/flickr-dreamstale30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.