Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Fix language
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayo Melu committed May 6, 2019
1 parent b1fb0ed commit f6f1a0d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ To solve these problems, I build this configurable jekyll-podcast. You can host

``` yaml
podcast:
title: [Title]
description: [description]
url: /podcast.xml
author: [Author]
email: [email]
logo: [/my-logo.png] # URL of your podcast logo or avatar, 1400 – 3000 pixels better
lang: en_US # http://www.loc.gov/standards/iso639-2/php/code_list.php
category: My Category1 # https://help.apple.com/itc/podcasts_connect/#/itc9267a2f12
subcategory: My Subcategory1
explicit: false # true or false
complete: no # yes or no
title: [Title]
description: [description]
url: /podcast.xml
author: [Author]
email: [email]
logo: [/my-logo.png] # URL of your podcast logo or avatar, 1400 – 3000 pixels better
lang: en # http://www.loc.gov/standards/iso639-2/php/code_list.php
category: My Category1 # https://help.apple.com/itc/podcasts_connect/#/itc9267a2f12
subcategory: My Subcategory1
explicit: false # true or false
complete: no # yes or no
```
### Post
Expand Down

0 comments on commit f6f1a0d

Please sign in to comment.