Merge branch 'master' of TechEmporium/thunix_wiki into master

This commit is contained in:
ubergeek 2019-06-30 21:03:50 -04:00 committed by Gitea
commit 83baab10e6
2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +1 @@
<center>
# Thunix Wiki
</center>
<h1 style="text-align: center;">Thunix Wiki</h1>

View File

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