Skip to content
This repository has been archived by the owner on Jul 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from breadtubetv/content-page-type-channel
Browse files Browse the repository at this point in the history
Content Page Type 'Channel'
  • Loading branch information
jmickey committed Apr 21, 2019
2 parents 4295d2c + 8619fa5 commit 57289c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func CreateChannelPage(channel *Channel, projectRoot string) error {

channelPage := &ChannelPage{
Title: channel.Name,
TypeString: "channels",
TypeString: "channel",
Channel: channel.Slug,
Menu: struct {
Main struct {
Expand Down

0 comments on commit 57289c6

Please sign in to comment.