mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
42 lines
2.0 KiB
HTML
42 lines
2.0 KiB
HTML
|
[(#REM)
|
||
|
Head standard de toutes les pages ;
|
||
|
les elements specifiques (title, description) figurent dans chaque squelette
|
||
|
|
||
|
]
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
||
|
[(#REM) Lien vers le flux RSS du site ]
|
||
|
[<link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="(#URL_PAGE{backend})" />]
|
||
|
[(#REM)
|
||
|
On appelle les feuilles de style
|
||
|
dans l'ordre de la methode daisy http://daisy.tetue.net/img/daisy-nomenclature.png
|
||
|
|
||
|
1. Base CSS http://tinytypo.tetue.net/ ]
|
||
|
[<link rel="stylesheet" href="(#CHEMIN{css/reset.css}|direction_css|timestamp)" type="text/css" />]
|
||
|
[<link rel="stylesheet" href="(#CHEMIN{css/clear.css}|direction_css|timestamp)" type="text/css" />]
|
||
|
[<link rel="stylesheet" href="(#CHEMIN{css/variables.css}|direction_css|timestamp)" type="text/css" />]
|
||
|
[<link rel="stylesheet" href="(#CHEMIN{css/font.css}|direction_css|timestamp)" type="text/css" />]
|
||
|
[<link rel="stylesheet" href="(#CHEMIN{css/links.css}|direction_css|timestamp)" type="text/css" />]
|
||
|
[<link rel="stylesheet" href="(#CHEMIN{css/typo.css}|direction_css|timestamp)" type="text/css" />]
|
||
|
[<link rel="stylesheet" href="(#CHEMIN{css/theme.css}|direction_css|timestamp)" type="text/css" />]
|
||
|
|
||
|
[(#REM)
|
||
|
Balise permettant aux plugins d'inserer des appels javascript ;
|
||
|
4. C'est ici que SPIP va inserer l'appel de la librairie jQuery
|
||
|
5. Et appeler a la fin compacte_head pour agreger et compacter tout le head dans des fichiers statiques si l'option est cochee dans Configuration
|
||
|
]
|
||
|
#INSERT_HEAD
|
||
|
|
||
|
[(#REM) 6. Vos scripts ]
|
||
|
[<script src="(#CHEMIN{js/script.js}|timestamp)" type="text/javascript"></script>]
|
||
|
|
||
|
[(#REM) Fierement fabrique avec SPIP ]
|
||
|
[<meta name="generator" content="SPIP (#SPIP_VERSION|header_silencieux)" />]
|
||
|
|
||
|
[(#REM) Favicon ]
|
||
|
[<link rel="icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />
|
||
|
[<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />]]
|
||
|
|
||
|
[(#REM) meta robots ]
|
||
|
[<meta name="robots" content="(#ENV{robots})" />]
|