ajout icones wip

This commit is contained in:
OniriCorpe 2026-04-19 04:06:15 +02:00
parent 27902651d5
commit d1c82d3cde
19 changed files with 44069 additions and 5 deletions

View file

@ -28,10 +28,24 @@
<p class="subtitle is-4 has-text-primary-dark has-text-right">Créatrice d'objets singuliers</p>
<div class="buttons has-addons is-pulled-right">
{%- if false or ( current_path and current_path != "/" ) -%}
<a class="button is-link is-outlined is-pulled-right" href="/">Accueil</a>
<button class="button is-link is-outlined is-pulled-right">
<span class="icon-text">
<span class="icon">
<i class="ph ph-house"></i>
</span>
<span><a class="" href="/">Accueil</a></span>
</span>
</button>
{%- endif -%}
{%- if not page or page and not page.title == "Contact" -%}
<a class="button is-link is-outlined is-pulled-right" href="/contact">Me contacter</a>
<button class="button is-link is-outlined is-pulled-right">
<span class="icon-text">
<span class="icon">
<i class="ph ph-envelope-simple"></i>
</span>
<span><a class="" href="/contact">Me contacter</a></span>
</span>
</button>
{%- endif -%}
</div>
</div>

View file

@ -3,7 +3,7 @@
<h2 class="title is-3">{{- page.title -}}</h2>
{% set ancestor = get_section(path=page.ancestors | last) %} {%- if
ancestor.title in ["Création", "Réparation"] -%}
<p class="subtitle is-5 has-text-primary-dark">{{ ancestor.title }}</p>
<p class="subtitle is-5">{{ ancestor.title }}</p>
{%- endif -%} {%- if page.date -%}
<p class="mb-5">
<time datetime="{{ page.date }}">

View file

@ -3,6 +3,7 @@
<link href="/favicon.svg" rel="icon" sizes="16x16 32x32 48x48 192x192" type="image/svg+xml">
<link href="/favicon.svg" rel="apple-touch-icon" sizes="60x60 72x72 76x76 114x114 120x120 144x144 152x152 167x167 180x180 1024x1024" type="image/svg+xml">
<link href="{{ get_url(path='css/bulma.min.css')~'?'~get_hash(path='css/bulma.min.css', sha_type=256) }}" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ get_url(path='css/phosphor/style.css') }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ config.author }}">
<meta property="og:locale" content="{{ doc::lang() }}">

View file

@ -2,7 +2,7 @@
<h2 class="title is-3">{{- section.title -}}</h2>
{%- if section.extra.subtitle -%}
<p class="subtitle is-5 has-text-primary-dark">
<p class="subtitle is-5">
{{- section.extra.subtitle -}}
</p>
{%- endif -%}