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, Hatena Bookmark links (optional)
- Tags
- Categories
- Cover image (optional)
Expand Down Expand Up @@ -56,6 +56,7 @@ copyright = "© 2015 Copyright Text"
headerCover = "images/headerCover.png" # optional
footerCover = "images/footerCover.png" # optional
googleAnalyticsUserID = "Your Analytics User Id" # optional
hatenaBookmark = true

[permalinks]
post = "/:year/:month/:day/:title/" # 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.hatenaBookmark}}
<a href="http://b.hatena.ne.jp/entry/{{.Permalink}}"><img src="{{.Site.BaseURL}}/images/hatenaBookmark.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/hatenaBookmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.