Fix variables in pages.
This commit is contained in:
parent
85d40b1570
commit
07527f8e33
@ -1,9 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
require "config.php";
|
||||||
|
|
||||||
$title = "Blog";
|
$title = "Blog";
|
||||||
$description = "A collection of posts on miscellaneous subjects.";
|
$description = "A collection of posts on miscellaneous subjects.";
|
||||||
$keywords = "blog, catholicism, religion, faith, computers, programming, lifestyle, bible, scripture";
|
$keywords = "blog, catholicism, religion, faith, computers, programming, lifestyle, bible, scripture";
|
||||||
|
|
||||||
require "config.php";
|
|
||||||
require "templates/header.php";
|
require "templates/header.php";
|
||||||
?>
|
?>
|
||||||
<h2>Feeds</h2>
|
<h2>Feeds</h2>
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
require "config.php";
|
||||||
|
|
||||||
$title = "Contact";
|
$title = "Contact";
|
||||||
$description = "Directory of mediums I can be contacted by, as well as a link to my PGP key.";
|
$description = "Directory of mediums I can be contacted by, as well as a link to my PGP key.";
|
||||||
$keywords = "email, pgp, irc, contact";
|
$keywords = "email, pgp, irc, contact";
|
||||||
|
|
||||||
require "config.php";
|
|
||||||
require "templates/header.php";
|
require "templates/header.php";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$title = "Home Page";
|
|
||||||
|
|
||||||
require "config.php";
|
require "config.php";
|
||||||
|
|
||||||
|
$title = "Home";
|
||||||
require "templates/header.php";
|
require "templates/header.php";
|
||||||
?>
|
?>
|
||||||
<img
|
<img
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
require "config.php";
|
||||||
|
|
||||||
$title = "Poetry";
|
$title = "Poetry";
|
||||||
$description = "A collection of some of my poems.";
|
$description = "A collection of some of my poems.";
|
||||||
$keywords = "poetry, religion, catholicism";
|
$keywords = "poetry, religion, catholicism";
|
||||||
|
|
||||||
require "config.php";
|
|
||||||
require "templates/header.php";
|
require "templates/header.php";
|
||||||
?>
|
?>
|
||||||
<p>I'm not truly super into writing poetry, or reading it for that
|
<p>I'm not truly super into writing poetry, or reading it for that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user