replace some instances of "Plailect"
This commit is contained in:
parent
6713064874
commit
ffa93bf4fd
2 changed files with 10 additions and 10 deletions
18
_config.yml
18
_config.yml
|
@ -11,12 +11,12 @@ minimal_mistakes_skin : "nord"
|
|||
locale : "en-US"
|
||||
title : "3DS Hacks Guide"
|
||||
title_separator : "-"
|
||||
name : "Plailect"
|
||||
name : "Nintendo Homebrew"
|
||||
description : "Full sighax CFW Guide"
|
||||
url : "https://3ds.hacks.guide" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||
enforce_ssl : "3ds.hacks.guide"
|
||||
baseurl : # the subpath of your site, e.g. "/blog"
|
||||
repository : "Plailect/Guide_3DS" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||
repository : "hacks-guide/Guide_3DS" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
||||
breadcrumbs : # true, false (default)
|
||||
words_per_minute : 200
|
||||
|
@ -80,11 +80,11 @@ analytics:
|
|||
|
||||
# Site Author
|
||||
author:
|
||||
name : "Plailect"
|
||||
avatar : "bio-photo.png"
|
||||
bio : "3DS Hacker"
|
||||
name : "Nintendo Homebrew"
|
||||
avatar :
|
||||
bio : "Nintendo Homebrew Community"
|
||||
location : "Nullsec"
|
||||
email : "Plailect@gmail.com"
|
||||
email :
|
||||
uri :
|
||||
bitbucket :
|
||||
codepen :
|
||||
|
@ -92,18 +92,18 @@ author:
|
|||
flickr :
|
||||
facebook :
|
||||
foursquare :
|
||||
github : "Plailect"
|
||||
github : "nh-server"
|
||||
google_plus :
|
||||
keybase :
|
||||
instagram :
|
||||
lastfm : "Plailect"
|
||||
lastfm :
|
||||
linkedin :
|
||||
pinterest :
|
||||
soundcloud :
|
||||
stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username)
|
||||
steam :
|
||||
tumblr :
|
||||
twitter : "Plailect"
|
||||
twitter :
|
||||
vine :
|
||||
weibo :
|
||||
xing :
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
{% assign split_path = page.path | split: "/" %}
|
||||
{% assign locale = split_path[1] %}
|
||||
{% assign titles = site.data.navigation[locale].footer %}
|
||||
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide_3DS">{{ titles[0].title }}</a> - <a href="site-navigation">{{ titles[1].title }}</a> - <a href="privacy-policy">{{ titles[3].title }}</a></div>
|
||||
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/hacks-guide/Guide_3DS">{{ titles[0].title }}</a> - <a href="site-navigation">{{ titles[1].title }}</a> - <a href="privacy-policy">{{ titles[3].title }}</a></div>
|
||||
|
|
Loading…
Reference in a new issue