Compare commits

...

3 Commits

3 changed files with 2 additions and 10 deletions

View File

@ -28,7 +28,7 @@ body {
}
/* The circle */
#main-wrap::before {
#main-wrap.first-page::before {
content: "";
border: 10px solid var(--text-color);
width: 60vmin;

View File

@ -3,13 +3,6 @@
{% block title %}Thoughts{% endblock %}
<!-- {% block navigation %}
<h1 class="text" aria-current="page">Thoughts</h1>
<a class="text" href="/about">About</a>{% if authenticated %}
<a class="text" href="/post">Post</a>
{% endif %}
{% endblock %} -->
{% block head %}
{% if not is_first_page %}
<link rel="canonical" href="/?page={{ page.slug }}">
@ -37,7 +30,6 @@
{% endif %}
{% endfor %}
{% endspaceless %}
{% endblock %}
{% block headerright %}

View File

@ -39,7 +39,7 @@
</style>
</head>
<body>
<div id="main-wrap">
<div id="main-wrap" class="{% if is_first_page %}first-page{% endif %}">
<main id="main-content">
<header id="main-header">
<h1>