reorder title element

testing custom action
This commit is contained in:
Raymond Wang 2022-10-24 21:35:36 -07:00
parent 12b3c6f515
commit ff37b00d8b

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>$TITLE</title>
<link rel="stylesheet" type="text/css" href="css/fonts.css" media="screen">
<link rel="stylesheet" type="text/css" href="$CSSFILE" media="screen">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
@ -17,6 +17,7 @@
gtag('config', 'UA-85129590-1');
</script>
<title>$TITLE</title>
</head>
<body>