From 2070ea8709286c7205ed69f69eb5b1af2a0c315e Mon Sep 17 00:00:00 2001 From: bochard Date: Tue, 29 Jul 2025 19:58:12 +0800 Subject: [PATCH] bagong folders: books at recipes --- books/index.php | 20 ++++++++++++++++++++ parts/sidebar.php | 2 ++ recipes/index.php | 20 ++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 books/index.php create mode 100644 recipes/index.php diff --git a/books/index.php b/books/index.php new file mode 100644 index 0000000..53bbb28 --- /dev/null +++ b/books/index.php @@ -0,0 +1,20 @@ + + + + + + + + + + +
+ +
+ + diff --git a/parts/sidebar.php b/parts/sidebar.php index cfa3491..ca78480 100644 --- a/parts/sidebar.php +++ b/parts/sidebar.php @@ -10,6 +10,8 @@
  • ako...
  • ang aking talaarawan
  • photo album
  • +
  • mga recipe
  • +
  • bookshelf
  • guestbook
  • projects ko
  • files
  • diff --git a/recipes/index.php b/recipes/index.php new file mode 100644 index 0000000..218da2c --- /dev/null +++ b/recipes/index.php @@ -0,0 +1,20 @@ + + + + + + + + + + +
    + +
    + + -- 2.39.5