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