forked from github/pelican
fix: headings hierarchy, font sizes, optimize sizes for breakpoints
This commit is contained in:
parent
6c0f3cbd58
commit
49ea09bbbe
9 changed files with 298 additions and 215 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block html_lang %}{{ page.lang }}{% endblock %}
|
||||
|
||||
{% block title %}{{ SITENAME|striptags }} - {{ page.title|striptags }}{%endblock%}
|
||||
|
||||
{% block head %}
|
||||
|
|
@ -9,16 +8,9 @@
|
|||
|
||||
{% block content %}
|
||||
<article>
|
||||
<div class="prose dark:prose-dark md:prose-base lg:prose-lg hyphens-auto">
|
||||
<h1 class="text-5xl">{{ page.title }}</h1>
|
||||
{{ page.content }}
|
||||
</div>
|
||||
|
||||
{% if page.modified %}
|
||||
<footer>
|
||||
<p>
|
||||
</p>
|
||||
</footer>
|
||||
{% endif %}
|
||||
<div class="prose dark:prose-dark md:prose-base lg:prose-lg hyphens-auto">
|
||||
<h3 class="text-3xl md:text-5xl">{{ page.title }}</h3>
|
||||
{{ page.content }}
|
||||
</div>
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue