update attribution to AyoCart Online Marketing

This commit is contained in:
Ayo 2018-03-06 08:06:35 +08:00
parent 8c517108dc
commit 043400d9e2
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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 &copy; by <a href="{{ site.attribution-url }}">{{ site.attribution }}</a>
{% else %} {% else %}
{{ site.title | escape }} {{ site.title | escape }}
{% endif %} {% endif %}