update attribution to AyoCart Online Marketing
This commit is contained in:
parent
8c517108dc
commit
043400d9e2
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
title: "Full Hacker"
|
title: "Full Hacker"
|
||||||
author: Ayo
|
author: Ayo
|
||||||
attribution: "2018 © by Full Hacker"
|
attribution: "AyoCart Online Marketing"
|
||||||
|
attribution-url: "http://AyoAyco.com"
|
||||||
bugreport_url: "https://github.com/fullhacker/fullhacker.github.io/issues/new"
|
bugreport_url: "https://github.com/fullhacker/fullhacker.github.io/issues/new"
|
||||||
website: fullhacker.github.io
|
website: fullhacker.github.io
|
||||||
email: fullhackerblog@gmail.com
|
email: fullhackerblog@gmail.com
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<ul class="contact-list">
|
<ul class="contact-list">
|
||||||
<li class="p-name">
|
<li class="p-name">
|
||||||
{% if site.attribution %}
|
{% if site.attribution %}
|
||||||
{{ site.attribution }}
|
2018 © by <a href="{{ site.attribution-url }}">{{ site.attribution }}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ site.title | escape }}
|
{{ site.title | escape }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue