projects
/
thericegoat.com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ece628
)
hard coded css links
author
Eduardo
<
[email protected]
>
Thu, 9 Nov 2023 16:54:14 +0000
(17:54 +0100)
committer
Eduardo
<
[email protected]
>
Thu, 9 Nov 2023 16:54:14 +0000
(17:54 +0100)
page-generator/index.php
patch
|
blob
|
history
diff --git
a/page-generator/index.php
b/page-generator/index.php
index 97d78808b6548b26cfa07f520b32d6d41b6911cd..ad965d79ff1b5307ffd5bda73ec16ffae9ada8ed 100644
(file)
--- a/
page-generator/index.php
+++ b/
page-generator/index.php
@@
-44,6
+44,9
@@
$generator->writeToFile($partialsPath . "/head.html", '
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>' . $generator->templateVar("page-title") . '</title>
+
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
+ <link rel="stylesheet" href="../assets/css/style.css">
</head>
<body>
');