Add analytics link, privacy footer link
This commit is contained in:
parent
806ae3ed26
commit
f80e97137a
3 changed files with 14 additions and 36 deletions
|
|
@ -60,6 +60,9 @@
|
|||
<link rel="alternate" type="application/rss+xml" title="Links" href="{{ get_url(path="links/atom.xml", trailing_slash=false) }}">
|
||||
{%- endblock %}
|
||||
{%- block extra_head %}{% endblock %}
|
||||
|
||||
<script defer src="https://stats.jutty.dev/script.js" data-website-id="685903a6-04a4-4b64-a2f3-2962035048f7"></script>
|
||||
<noscript><img src="https://stats.jutty.dev/p/swLP0aj2K"></noscript>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -9,16 +9,15 @@
|
|||
{%- endblock content -%}
|
||||
|
||||
{%- block footer %}
|
||||
<hr/>
|
||||
<p class="footer-text">
|
||||
{%- if lang == "pt" %}feito por{% else %}made by{% endif %} <a href="https://jutty.dev">jutty</a>
|
||||
{% if lang == "pt" %}com{% else %}with{% endif %} <a href="https://www.getzola.org/">Zola</a>
|
||||
• {% if lang != "pt" %}BSD-licensed{% endif %}
|
||||
<a href="https://github.com/jultty/blog">{% if lang == "pt" %}código fonte{% else %}source code{% endif %}</a>
|
||||
{% if lang == "pt" %}sob a licença BSD{% endif %}
|
||||
• <a href="{{ get_url(path="acknowledgments") }}">{% if lang == "pt" %}créditos{% else %}acknowledgments{% endif %}</a>
|
||||
<br/>
|
||||
{% if lang == "pt" %}gerado em{% else %}built{% endif %} <time>{{ now(utc=true) | date(format="%Y-%m-%d %H:%M") }} UTC</time>,
|
||||
{{ now(timestamp=true) }}{% if lang == "pt" %}º segundo não-bissexto da Era Unix{% else %} non-leap seconds since the Unix Epoch{% endif %}
|
||||
</p>
|
||||
<hr/>
|
||||
<p class="footer-text">
|
||||
{%- if lang == "pt" %}feito por{% else %}made by{% endif %} <a href="https://jutty.dev">jutty</a>
|
||||
{% if lang == "pt" %}com{% else %}with{% endif %} <a href="https://www.getzola.org/">Zola</a>
|
||||
• <a href="https://github.com/jultty/blog">{% if lang == "pt" %}código fonte{% else %}source code{% endif %}</a>
|
||||
• <a href="https://jutty.dev/privacy">{% if lang == "pt" %}privacidade{% else %}privacy{% endif %}</a>
|
||||
• <a href="{{ get_url(path="acknowledgments") }}">{% if lang == "pt" %}créditos{% else %}acknowledgments{% endif %}</a>
|
||||
<br/>
|
||||
{% if lang == "pt" %}gerado em{% else %}built{% endif %} <time>{{ now(utc=true) | date(format="%Y-%m-%d %H:%M") }} UTC</time>,
|
||||
{{ now(timestamp=true) }}{% if lang == "pt" %}º segundo não-bissexto da Era Unix{% else %} non-leap seconds since the Unix Epoch{% endif %}
|
||||
</p>
|
||||
{% endblock footer -%}
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<article class="blog-post">
|
||||
<h1 id="post-title">{{ page.title }}</h1>
|
||||
<time class="post-date">{{ page.date -}}</time>
|
||||
{{ page.content | safe }}
|
||||
</article>
|
||||
{%- endblock content -%}
|
||||
|
||||
{%- block footer %}
|
||||
<hr/>
|
||||
<p class="footer-text">
|
||||
{%- if lang == "pt" %}feito por{% else %}made by{% endif %} <a href="https://jutty.dev">jutty</a>
|
||||
{% if lang == "pt" %}com{% else %}with{% endif %} <a href="https://www.getzola.org/">Zola</a>
|
||||
• {% if lang != "pt" %}BSD-licensed{% endif %}
|
||||
<a href="https://github.com/jultty/blog">{% if lang == "pt" %}código fonte{% else %}source code{% endif %}</a>
|
||||
{% if lang == "pt" %}sob a licença BSD{% endif %}
|
||||
• <a href="{{ get_url(path="acknowledgments") }}">{% if lang == "pt" %}créditos{% else %}acknowledgments{% endif %}</a>
|
||||
<br/>
|
||||
{% if lang == "pt" %}gerado em{% else %}built{% endif %} <time>{{ now(utc=true) | date(format="%Y-%m-%d %H:%M") }} UTC</time>,
|
||||
{{ now(timestamp=true) }}{% if lang == "pt" %}º segundo não-bissexto da Era Unix{% else %} non-leap seconds since the Unix Epoch{% endif %}
|
||||
</p>
|
||||
{% endblock footer %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue