Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vithanco committed Jul 19, 2023
1 parent 71ea40a commit 46df6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func makeItemHTML(for item: Item<Site>, context: PublishingContext<Site>) throws
SiteHeader(context: context, selectedSelectionID: item.sectionID)
ItemWrapper{
Article {
Breadcrumps(section: context.sections[item.sectionID],item: item) //relevant
Breadcrumbs(section: context.sections[item.sectionID],item: item) //relevant
H1(item.content.title)
Div(item.content.body).class("content")
}
Expand Down

0 comments on commit 46df6fc

Please sign in to comment.