Fix content display on blog posts, fix background scaling (again), update styling for blog post content
This commit is contained in:
parent
3b17c1f479
commit
138440d973
4 changed files with 42 additions and 21 deletions
|
@ -21,7 +21,7 @@
|
|||
<div id="welcome-message">
|
||||
<h1 class="title">Welcome</h1>
|
||||
<p>This blog is made with 💜 and <a target="_blank" href="https://www.getzola.org">Zola!</a></p>
|
||||
<p>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a>
|
||||
<p>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="dotted-border"></div>
|
||||
|
|
|
@ -18,11 +18,14 @@
|
|||
</pre></a></div>
|
||||
<div class="dotted-border"></div>
|
||||
<main id="main-content">
|
||||
<h2 id="blog-page-title">{{ page.title }}</h2>
|
||||
<h5 class="blog-post-date">Published: {{ page.date }} || Last updated: {{ page.updated }}</h5>
|
||||
<div class="blog-posts">
|
||||
{% block content %} {% endblock %}
|
||||
<div id="welcome-message">
|
||||
<h2 id="blog-page-title">{{ page.title }}</h2>
|
||||
<h6 class="blog-post-date">// Published: {{ page.date }} // Modified: {{ page.updated }} //</h6>
|
||||
</div>
|
||||
<div class="dotted-border"></div>
|
||||
<div id="blog-post-content">
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue