💄 style: set consistent underline in headers
This commit is contained in:
parent
b8e372c733
commit
fa781db0e4
@ -57,7 +57,7 @@
|
|||||||
{% endmacro tags %}
|
{% endmacro tags %}
|
||||||
|
|
||||||
{% macro page_header(title) %}
|
{% macro page_header(title) %}
|
||||||
<h1>
|
<h1 class="title-container">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h1>
|
</h1>
|
||||||
{% endmacro content %}
|
{% endmacro content %}
|
||||||
@ -80,7 +80,7 @@
|
|||||||
{% macro content(page) %}
|
{% macro content(page) %}
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<div class="title">
|
<div>
|
||||||
{#<h1 class="title">{{ page.title }}</h1>#}
|
{#<h1 class="title">{{ page.title }}</h1>#}
|
||||||
{{ post_macros::page_header(title=page.title) }}
|
{{ post_macros::page_header(title=page.title) }}
|
||||||
|
|
||||||
@ -203,7 +203,7 @@
|
|||||||
|
|
||||||
{% macro list_title(pages, tag_name=false) %}
|
{% macro list_title(pages, tag_name=false) %}
|
||||||
{% if tag_name %}
|
{% if tag_name %}
|
||||||
<h1>Entries tagged - "{{ term.name }}"</h1>
|
<h1 class="title-container">Entries tagged - "{{ term.name }}"</h1>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1 class="page-title">All articles</h1>
|
<h1 class="page-title">All articles</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
<main class="list">
|
<main class="list">
|
||||||
<div class="title-container">
|
<div>
|
||||||
{{ post_macros::page_header(title=section.title) }}
|
{{ post_macros::page_header(title=section.title) }}
|
||||||
</div>
|
</div>
|
||||||
{%- if paginator %}
|
{%- if paginator %}
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{% extends "index.html" %}
|
{% extends "index.html" %}
|
||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
<h1 class="page-title">Tags</h1>
|
|
||||||
|
{{ post_macros::page_header(title="Tags")}}
|
||||||
|
|
||||||
<div class="tag-cloud">
|
<div class="tag-cloud">
|
||||||
<ul class="tags">
|
<ul class="tags">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user