Added Readme and updated config files with new config property - cssUrl.

This commit is contained in:
2022-04-22 17:30:55 +03:00
parent 560c3fc6e0
commit 5818e8bd51
7 changed files with 91 additions and 6 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
<html lang="en">
<head>
<!-- <meta> tags> -->
<link rel="stylesheet" href="https://2c6vcf1g6qbbdxbwc3tv88xw-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/css/autoptimize_135f2ea0f3ad830521cacfdb7ccf0e6f.css">
<link rel="stylesheet" href="{{ config.cssUrl }}">
<link rel="stylesheet" href="styles/template.min.css">
</head>
+1 -2
View File
@@ -1,7 +1,6 @@
<html lang="en">
<head>
<!-- <meta> tags> -->
<link rel="stylesheet" href="https://2c6vcf1g6qbbdxbwc3tv88xw-wpengine.netdna-ssl.com/wp-content/cache/autoptimize/css/autoptimize_135f2ea0f3ad830521cacfdb7ccf0e6f.css">
<link rel="stylesheet" href="{{ config.cssUrl }}">
<link rel="stylesheet" href="styles/template.min.css">
</head>