Skip to content

Commit

Permalink
add: Titles to SiteInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Jan 21, 2024
1 parent 0c70dc5 commit 1c10775
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 1c10775

Please sign in to comment.