Skip to content

Commit

Permalink
Added footer with CC license to the pages layout
Browse files Browse the repository at this point in the history
  • Loading branch information
crscardellino committed Mar 16, 2024
1 parent d0ad466 commit 6e652bc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Article Image
</div>
<div class="post-meta">
<h1 class="post-title">{{ page.title }}</h1>
<h1 class="post-title">{{ page.title }}</h1>
<div class="cf post-meta-text">
<div class="author-image" style="background-image: url({{ site.author_image | prepend: site.baseurl }})">Blog Logo</div>
<h4 class="author-name" itemprop="author" itemscope itemtype="http://schema.org/Person">{{ site.author }}</h4>
Expand All @@ -39,6 +39,16 @@ <h1 class="post-title">{{ page.title }}</h1>
</section>
</article>
</main>
<footer class="site-footer">
<section class="poweredby">Proudly published with <a href="http://jekyllrb.com"> Jekyll</a></section>
<a class="subscribe" href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="tooltip"> <i class="fa fa-rss"></i> You should subscribe to my feed.</span></a>
<div class="inner">
<section class="copyright">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />The content by <a xmlns:cc="http://creativecommons.org/ns#" href="https://crscardellino.github.io/" property="cc:attributionName" rel="cc:attributionURL">Cristian Cardellino</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<br/>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />The photos in the headings and footers of the website by <a xmlns:cc="http://creativecommons.org/ns#" href="https://www.instagram.com/vhvalerywister" property="cc:attributionName" rel="cc:attributionURL">Valeria Bongiovanni</a> are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
</section>
</div>
</footer>
<div class="bottom-closer">
<div class="background-closer-image" {%if site.cover %} style="background-image: url({{ site.cover | prepend: site.baseurl }})"{% endif %}>
Image
Expand Down

0 comments on commit 6e652bc

Please sign in to comment.