From 0f6d6e94b76efb5cc8d115acb9d20dc23c06e7ff Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Thu, 2 Jan 2014 22:26:19 +0000 Subject: [PATCH] update doctype, pgp key url, add piwik analytics --- view/analytics.php | 15 +++++++++++++++ view/archive.php | 11 +++++------ view/index.php | 4 +++- view/note.php | 14 ++++++-------- view/page.php | 13 ++++++------- 5 files changed, 35 insertions(+), 22 deletions(-) create mode 100644 view/analytics.php diff --git a/view/analytics.php b/view/analytics.php new file mode 100644 index 0000000..b235fd1 --- /dev/null +++ b/view/analytics.php @@ -0,0 +1,15 @@ + + + + diff --git a/view/archive.php b/view/archive.php index 4231b17..5aa3e1a 100644 --- a/view/archive.php +++ b/view/archive.php @@ -1,5 +1,4 @@ - + @@ -31,8 +30,7 @@
@@ -58,12 +56,13 @@ ?>

dylan

@psu.edu + "mailto:dylan@dylansserver.com">dylan@dylansserver.com


+ diff --git a/view/index.php b/view/index.php index 1b41473..f9ec5ba 100644 --- a/view/index.php +++ b/view/index.php @@ -87,7 +87,8 @@

dylan

@dylansserver.com
- [pgp key] + + [pgp key] @@ -99,5 +100,6 @@
  + diff --git a/view/note.php b/view/note.php index 36a3dd2..31f3f22 100644 --- a/view/note.php +++ b/view/note.php @@ -1,5 +1,4 @@ - + @@ -31,16 +30,14 @@

- year_posted/$this->month_posted/$this->day_posted/" ?> - title ?>

+ year_posted/$this->month_posted/$this->day_posted/" ?>title ?> text ?>




@@ -55,12 +52,13 @@

dylan

@psu.edu + "mailto:dylan@dylansserver.com">dylan@dylansserver.com


+ diff --git a/view/page.php b/view/page.php index 10de5f4..6be24b8 100644 --- a/view/page.php +++ b/view/page.php @@ -1,5 +1,4 @@ - + @@ -31,13 +30,11 @@
-
notes as $note) { echo "
"; @@ -52,6 +49,7 @@ echo ""; echo ""; echo $note['text']; + echo "
"; } ?>
@@ -69,12 +67,13 @@

dylan

@psu.edu + "mailto:dylan@dylansserver.com">dylan@dylansserver.com


+ -- 2.30.2