Compare commits
4 Commits
console
...
63d4122322
| Author | SHA1 | Date | |
|---|---|---|---|
| 63d4122322 | |||
| 5090214128 | |||
| 1e9475e806 | |||
| 47f26c96f6 |
@@ -16,7 +16,8 @@ smart_punctuation = true
|
|||||||
git = "https://git.filiprojek.cz/fr/website"
|
git = "https://git.filiprojek.cz/fr/website"
|
||||||
nav_items = [
|
nav_items = [
|
||||||
{name="Home", path="/"},
|
{name="Home", path="/"},
|
||||||
#{name="About", path="/about"},
|
{name="About", path="/about"},
|
||||||
#{name="Projects", path="/projects/"},
|
{name="Projects", path="/projects/"},
|
||||||
|
{name="Posts", path="/posts"}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.content {
|
.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 2rem 8rem;
|
margin: 2rem 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
@@ -7,6 +7,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<section class="console content" >
|
<section class="console content" >
|
||||||
</section>
|
</section>
|
||||||
<textarea class="mobile-input" style="display: none" disabled autofocus></textarea>
|
<textarea class="mobile-input" style="display: none" autofocus></textarea>
|
||||||
<script src="/js/console.js" defer></script>
|
<script src="/js/console.js" defer></script>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user