Browse Source

font attribution after moving locally

master
jk 4 years ago
parent
commit
be7bf004be
  1. 2
      themes/nipponalba/layouts/partials/footer.html
  2. 3
      themes/nipponalba/static/css/style.css

2
themes/nipponalba/layouts/partials/footer.html

@ -2,7 +2,7 @@
<footer id="footer">
&copy; {{ now.Format "2006"}} | <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> | <a href="{{ .Permalink }}index.xml"><i class="fa fa-rss fa-fw" aria-hidden="true" title="Blog RSS feed"></i></a><br/>
<img src="{{ .Site.Params.siteLogo | absURL }}" alt="nipponalba logo" id="logo"><br/>
Made with ❤ and <a href="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }}<br/>
Made with ❤ and <a href="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }}<br/><b>Inter</b> font by <a href="https://rsms.me/" target="_blank">Rasmus</a><br/>
<a href="https://xn--sr8hvo.ws/%F0%9F%88%B8%F0%9F%91%98%F0%9F%91%A5/previous"></a>
An IndieWeb Webring 🕸💍
<a href="https://xn--sr8hvo.ws/%F0%9F%88%B8%F0%9F%91%98%F0%9F%91%A5/next"></a>

3
themes/nipponalba/static/css/style.css

@ -341,8 +341,9 @@ main {
.about, .archive, .bookmarks {
height: calc(100vh - 150px);
margin-bottom: 200px;
margin-bottom: 300px;
}
.about .post{
padding: 10px;
margin:20px 0;