From 649aea9abfa91e1f3baf375a99a615e11b655b75 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Tue, 5 Oct 2021 21:53:12 +0300 Subject: [PATCH] fix: static meta in errors templates --- templates/400.html | 2 +- templates/404.html | 2 +- templates/500.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/400.html b/templates/400.html index c762d54..505dacf 100644 --- a/templates/400.html +++ b/templates/400.html @@ -6,7 +6,7 @@ rel="stylesheet" > - {{ template "static-meta" }} + {{ template "meta-tags-static" }} diff --git a/templates/404.html b/templates/404.html index a9bdd2f..6dbe51a 100644 --- a/templates/404.html +++ b/templates/404.html @@ -6,7 +6,7 @@ rel="stylesheet" > - {{ template "static-meta" }} + {{ template "meta-tags-static" }} diff --git a/templates/500.html b/templates/500.html index 013f7ef..d41e274 100644 --- a/templates/500.html +++ b/templates/500.html @@ -6,7 +6,7 @@ rel="stylesheet" > - {{ template "static-meta" }} + {{ template "meta-tags-static" }}