diff options
author | EuAndreh <eu@euandre.org> | 2018-07-16 23:36:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-16 23:36:36 -0300 |
commit | ddd4d65d0e08cb9f5969d33a868490aa51907a90 (patch) | |
tree | d32299a3e349c94c586ca6af427305ba849317ea | |
parent | Tweak CSS (diff) | |
download | euandre.org-ddd4d65d0e08cb9f5969d33a868490aa51907a90.tar.gz euandre.org-ddd4d65d0e08cb9f5969d33a868490aa51907a90.tar.xz |
Tweak license phrasing
Diffstat (limited to '')
-rw-r--r-- | TODOs.org | 11 | ||||
-rw-r--r-- | site/templates/default.html | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,7 @@ * Improvements ** TODO Move to Guix? +** TODO Nix in CI? +https://www.varstack.com/2017/12/05/Simplifying-Travis-with-Nix/ ** TODO Deploy with NixOps ** DONE Static pastebin? CLOSED: [2018-07-15 Sun 19:51] @@ -9,3 +11,12 @@ CLOSED: [2018-07-15 Sun 19:51] ** TODO Add CC note ** TODO Add Piwik ** TODO Improve CSS +** TODO Add icon to Atom +** TODO Add IPFS Permalink +Similar to https://drewdevault.com//2018/06/05/Should-you-move-to-sr.ht.html. +** TODO Utilaj ligiloj +*** References +**** http://technotes.iangreenleaf.com/about.html +*** Fonts +- https://fontawesome.com/icons?q=envelope&d=gallery +** TODO Improve licensing links and information diff --git a/site/templates/default.html b/site/templates/default.html index 6c9eae8..55854ab 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -42,7 +42,7 @@ <p>License</p> <p> - The content for this site is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://gitlab.com/EuAndreh/website.git">code</a> is <a href="https://gitlab.com/EuAndreh/website/raw/master/LICENSE">GPLv3</a> + The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. The <a href="https://gitlab.com/EuAndreh/website.git">code</a> is <a href="https://gitlab.com/EuAndreh/website/raw/master/LICENSE">GPLv3</a> </p> </footer> </body> |