diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-27 11:07:49 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-27 11:07:49 -0500 |
commit | 8811814800f1654249a88de1b77c4a59306166a6 (patch) | |
tree | a560b84066f89396b534fd795b856d508f196811 | |
parent | e0902136c2b42f9b05ad008fc9e7e60eb5eb26bb (diff) | |
download | portfolio-8811814800f1654249a88de1b77c4a59306166a6.tar.lz portfolio-8811814800f1654249a88de1b77c4a59306166a6.tar.xz portfolio-8811814800f1654249a88de1b77c4a59306166a6.zip |
fix URL source-code
-rw-r--r-- | templates/index.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 5e5a347..8e383b2 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -105,9 +105,9 @@ </div> <div class="copyleft"> - <p>Copyleft <span class="rotate">©</span> {$yesterday|date_format:"%Y"} - Heckyel + <p>Copyleft <span class="rotate">©</span> 2017 - {$yesterday|date_format:"%Y"} - Heckyel <a rel="license noopener noreferrer" href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank"> - <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr></a> | <a rel="noopener noreferrer" href="https://notabug.org/heckyel/personal-site" target="_blank">source code</a> + <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr></a> | <a rel="noopener noreferrer" href="https://notabug.org/heckyel/porfolio" target="_blank">source code</a> <a hidden href="{$librejs.librejs}" data-jslicense="1" rel="license">Información de licencias de JavaScript.</a> </p> </div> |