Go to file
Simon 6b2d95f245 fix: Avoid http-equiv <meta> tags
HTTP headers are more efficient than the http-equiv meta tags.
The <meta http-equiv=/> tags

The http-equiv meta tags allow to communicate to the web browser information equivalent to the ones of HTTP headers. For example, the meta <meta http-equiv=content-type/> will have the same consequences than the HTTP Content-Type header.

Two points don’t stimulate the use of http-equiv meta tags:

    Going through the meta requires to interpret the beginning of the HTML page, which is slower than going through the HTTP headers in terms of performance
    If the HTTP header is already present, the meta is ignored

In which cases are the <meta http-equiv=/> useful?

Only one case can justify the presence of these meta tags: if you don’t have access to the configuration of your server, and that is to say to the HTTP headers.

However, we advice you to use a configurable server so that you can establish the most efficient site possible.

This page contains 1 http-equiv meta tag. If possible, you should replace it:

    x-ua-compatible
2020-03-11 16:53:51 +01:00
assets/css feat: Mise à jour du site pour une meilleure acceccibilité 2020-03-09 16:11:37 +01:00
config chore: Add staging configuration 2020-03-09 16:17:31 +01:00
content fix: Width and Height is not a good solution for responsive design 2020-03-11 14:40:35 +01:00
data first version 2020-02-11 09:02:51 +01:00
layouts fix: 4 empty elements can disturb screen readers 2020-03-11 16:47:32 +01:00
static fix: Optimisation des fichiers SVG 2020-03-09 11:47:59 +01:00
themes fix: Avoid http-equiv <meta> tags 2020-03-11 16:53:51 +01:00
.env Update prod URL 2020-02-16 16:44:05 +01:00
.gitignore Upgrade design 2020-02-20 18:29:02 +01:00
.gitmodules export to theme 2020-02-27 11:20:14 +01:00
.htaccess Add ftp deploy 2020-02-16 16:44:29 +01:00
Dockerfile feat: Configuration d'Nginx 2020-03-09 16:18:26 +01:00
README.md first version 2020-02-11 09:02:51 +01:00
auto-publish.sh Upgrade design 2020-02-20 18:29:02 +01:00
docker-compose.yml feat: Remove www 2020-03-11 16:28:19 +01:00
nginx-compression.conf feat: Configuration d'Nginx 2020-03-09 16:18:26 +01:00
nginx-default.conf fix: Avoid http-equiv <meta> tags 2020-03-11 16:53:51 +01:00
nginx-hide.conf feat: Configuration d'Nginx 2020-03-09 16:18:26 +01:00
package-lock.json export to theme 2020-02-27 11:20:14 +01:00
package.json feat: Add purgecss 2020-03-11 14:04:00 +01:00

README.md

Source du site web Histoire d'un Pied

Vous trouverez ici les sources du site web https://histoiredunpied.com

Pour information, il utilise plusieurs technologies :

  • Hugo pour la génération du site static
  • docker-compose pour publier le site

Hugo

Pour construire le site :

hugo -D

Exemple de site

Voici quelques sites pour s'inspirer :

Voici quelques template wordpress :