reorder title element
testing custom action
This commit is contained in:
parent
12b3c6f515
commit
ff37b00d8b
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>$TITLE</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/fonts.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="css/fonts.css" media="screen">
|
||||||
<link rel="stylesheet" type="text/css" href="$CSSFILE" media="screen">
|
<link rel="stylesheet" type="text/css" href="$CSSFILE" media="screen">
|
||||||
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
gtag('config', 'UA-85129590-1');
|
gtag('config', 'UA-85129590-1');
|
||||||
</script>
|
</script>
|
||||||
|
<title>$TITLE</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue