Skip to content

Commit

Permalink
Merge pull request #21 from ios-osushi/feature/update_footer
Browse files Browse the repository at this point in the history
フッターの更新
  • Loading branch information
uhooi authored Apr 4, 2022
2 parents ca586ee + f870d99 commit 7d98235
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Sources/IosOsushiWebsite/Theme+IosOsushi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,19 @@ private struct ItemTagList<Site: Website>: Component {
private struct SiteFooter: Component {
var body: Component {
Footer {
Paragraph {
Text("© 2022 iOS Osushi")
}
Paragraph {
Text("Generated using ")
Link("Publish", url: "https://github.com/johnsundell/publish")
}
Paragraph {
Link("RSS feed", url: "/feed.rss")
Link("Twitter", url: "https://twitter.com/ios_osushi")
Text(" | ")
Link("GitHub", url: "https://github.com/ios-osushi")
Text(" | ")
Link("RSS", url: "/feed.rss")
}
}
}
Expand Down

0 comments on commit 7d98235

Please sign in to comment.