diff options
Diffstat (limited to 'src/pages/thoughts.php')
| -rw-r--r-- | src/pages/thoughts.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pages/thoughts.php b/src/pages/thoughts.php new file mode 100644 index 0000000..0c4d6a0 --- /dev/null +++ b/src/pages/thoughts.php @@ -0,0 +1,18 @@ +<?php + + $thought_title = "thoughts"; + + ob_start(); +?> + +<h1>thoughts</h1> + +<p>here lies a forever-expanding set of my Thoughts. currently my head is empty and thus i have no thoughts.</p> + +<?php + + $thought_content = ob_get_clean(); + + include "thoughts/_builder.php"; + +?> |
