Skip to content

Commit

Permalink
Merge pull request #43 from 8fold/initialize-site-with-request
Browse files Browse the repository at this point in the history
add: Titles to SiteInterface
  • Loading branch information
joshbruce authored Jan 21, 2024
2 parents 78e2df3 + 4edc2d5 commit fe3272f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SiteInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ public function publicMeta(Path $at): PublicMeta;
public function hasPublicContent(Path $at): bool;

public function publicContent(Path $at): PublicContent;

/**
* @return string[]
*/
public function titles(Path $at): array;
}

0 comments on commit fe3272f

Please sign in to comment.