Compare commits
3 Commits
1cbaeb8cc9
...
fr/analyti
Author | SHA1 | Date | |
---|---|---|---|
29ccd54013 | |||
cc4a827331 | |||
e8ce3f9b75 |
@@ -4,6 +4,7 @@
|
|||||||
.home {
|
.home {
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
padding: 0 5%;
|
||||||
|
|
||||||
section {
|
section {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
<link rel="stylesheet" href="/home.css">
|
<link rel="stylesheet" href="/home.css">
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
{% endblock styles %}
|
{% endblock styles %}
|
||||||
|
<script defer data-domain="filiprojek.cz" src="https://analytics.fofrweb.com/js/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
@@ -57,7 +58,7 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
{% if config.extra.git %}
|
{% if config.extra.git %}
|
||||||
<a href="{{ config.extra.git }}">Source</a>
|
<a href="{{ config.extra.git }}" target="_blank">Source</a>
|
||||||
{% endif %}</p>
|
{% endif %}</p>
|
||||||
<p>© filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
|
<p>© filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
Reference in New Issue
Block a user