Skip to content

Commit

Permalink
Fix: Wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 6, 2023
1 parent d713252 commit 2ffbcad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 3 additions & 5 deletions elephpant.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@

<?php
// Print the common footer.
site_footer(
[
'elephpants' => true
]
);
site_footer([
'elephpants' => true
]);
12 changes: 5 additions & 7 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,8 @@
SIDEBAR_DATA;

// Print the common footer.
site_footer(
[
"atom" => "/feed.atom", // Add a link to the feed at the bottom
'elephpants' => true,
'sidebar' => $SIDEBAR
]
);
site_footer([
"atom" => "/feed.atom", // Add a link to the feed at the bottom
'elephpants' => true,
'sidebar' => $SIDEBAR
]);

0 comments on commit 2ffbcad

Please sign in to comment.