script js pour recherche par moteur externe

This commit is contained in:
Tykayn 2024-11-16 00:44:19 +01:00 committed by tykayn
parent 530b8b7553
commit c20b6a1b4d
10 changed files with 78 additions and 9 deletions

View file

@ -72,6 +72,7 @@ def enrich_one_file(html_content: str, partials: dict = {"header_page": "", "foo
<meta property="og:site_name" content="{template_content['TITLE']}">
<link rel="alternate" type="application/rss+xml" title="Cipher Bliss » Flux" href="{template_content['NDD']}/feed/">
<link href="/style.css" rel="stylesheet">
<script src="main_script.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{template_content['TITLE']}</title>
@ -102,7 +103,7 @@ def enrich_one_file(html_content: str, partials: dict = {"header_page": "", "foo
<nav class="navbar is-fixed-top is-dark" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="{template_content['NDD']}">
Accueil
{template_content['NDD']}
</a>
</div>
@ -116,7 +117,7 @@ def enrich_one_file(html_content: str, partials: dict = {"header_page": "", "foo
</div>
<div class="navbar-end">
<div class="navbar-item">
<form role="search" method="get" class="search-form" action="/">
<form role="search" method="get" class="search-form" action="/" id="recherche">
<label>
<input class="search-field" placeholder="Recherche" value="" name="s"
type="search">
@ -140,7 +141,6 @@ def enrich_one_file(html_content: str, partials: dict = {"header_page": "", "foo
<div class="container">
<div class="site-footer-inner">
<div class="site-foot">
</div>
<nav class="footer-nav">
{template_content['NAVIGATION']}