Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added facebook link at footer; Added _blank target on footer links to… #38

Merged
merged 2 commits into from
Mar 12, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Fixed facebook link label and facebook field added to the readme exam…
…ple for config file
  • Loading branch information
gustavotero7 committed Mar 10, 2018
commit c11cc0e80ecc5288d631ef55a9c58014bad34304
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"] # This theme does not currently use
twitter = "TomaNistor"
linkedin = "tomanistor"
github = "tomanistor"
facebook = "tomanistor"
email = ""
googleTagManager = ""
highlightJS = true
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="row middle-xs center-xs">

{{ if .Site.Params.facebook }}
<div class="col-xs-3 col-md-2"><a target="_blank" href="https://facebook.com/{{ .Site.Params.facebook }}">GitHub</a></div>
<div class="col-xs-3 col-md-2"><a target="_blank" href="https://facebook.com/{{ .Site.Params.facebook }}">Facebook</a></div>
{{ end }}

{{ if .Site.Params.github }}
Expand Down