Fix up legal page

This commit is contained in:
Joshua Boniface 2018-03-20 22:29:18 -04:00
parent b5347c60ef
commit fb0f16b43b
4 changed files with 26 additions and 26 deletions

View File

@ -21,6 +21,6 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli
email = "joshua@boniface.me"
description = "A blog about tech and shiny things"
cv = "/pages/cv"
legalnotice = "/pages/legal-notice"
legalnotice = "/pages/legal"
# cover = "/img/background-cover.jpg"
# logo = "/img/logo.jpg"

View File

@ -1,23 +0,0 @@
Copyright (c)2016 Joshua Boniface - Released under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License
You are free to:
Share - copy and redistribute the material in any medium or format
Adapt - remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
ShareAlike - If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
No additional restrictions - You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
See https://creativecommons.org/licenses/by-sa/4.0/legalcode for full details

23
content/pages/legal.md Normal file
View File

@ -0,0 +1,23 @@
Copyright ©2018 Joshua Boniface
All content released under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License
You are free to:
* Share - copy and redistribute the material in any medium or format
* Adapt - remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
* Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
* ShareAlike - If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
* No additional restrictions - You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
Notices:
* You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
* No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
See https://creativecommons.org/licenses/by-sa/4.0/legalcode for full details

View File

@ -28,7 +28,7 @@
<ul class="navigation">
<li class="navigation__item"><a href="{{ .Site.BaseURL }}#blog" title="link to {{ .Site.Title }} blog" class="blog-button">Blog</a> </li></br>
{{ if .Site.Params.cv }}<li class="navigation__item"><a href="{{ .Site.Params.cv }}" title="link to my CV " class="blog-button">CV</a> </li></br> {{ end }}
{{ if .Site.Params.legalnotice }}<li class="navigation__item"><a href="{{ .Site.Params.legalnotice }}" title="link to the legal notice " class="blog-button">Legal notice</a> </li></br> {{ end }}
{{ if .Site.Params.legalnotice }}<li class="navigation__item"><a href="{{ .Site.Params.legalnotice }}" title="link to the legal notice " class="blog-button">Legal</a> </li></br> {{ end }}
</ul>
</nav> {{ partial "social.html" . }} </div>
</div>
@ -62,7 +62,7 @@
<ul class="navigation">
<li class="navigation__item"><a href="{{ .Site.BaseURL }}/#blog" title="link to {{ .Site.Title }} blog" class="blog-button">Blog</a> </li></br>
{{ if .Site.Params.cv }}<li class="navigation__item"><a href="{{ .Site.Params.cv }}" title="link to my CV " class="blog-button">CV</a> </li></br> {{ end }}
{{ if .Site.Params.legalnotice }}<li class="navigation__item"><a href="{{ .Site.Params.legalnotice }}" title="link to the legal notice " class="blog-button">Legal notice</a> </li></br> {{ end }}
{{ if .Site.Params.legalnotice }}<li class="navigation__item"><a href="{{ .Site.Params.legalnotice }}" title="link to the legal notice " class="blog-button">Legal</a> </li></br> {{ end }}
</ul>
</nav> {{ partial "social.html" . }} </div>
</div>