Unscrewed my screw-up

This commit is contained in:
TechEmporium 2019-06-30 21:01:55 -04:00
parent 23e2297676
commit 089ae52177
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ if ( $page == "") {
print "<!DOCTYPE html> print "<!DOCTYPE html>
<html lang='en'> <html lang='en'>
<head> <head>
<title>$site_name - $page</title>" <title>$site_name - $page</title>
echo "<link rel='stylesheet' type='text/css' href='" + $site_root + "includes/site.css'>" <link rel='stylesheet' type='text/css' href='$site_root/includes/site.css'>
print "</head> print "</head>
<body>"; <body>";
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") ); echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );