Skip to content

Commit

Permalink
Fix locale for jekyll seo
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAliRashad committed Jul 9, 2022
1 parent 947cd6a commit dd7822f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ editor_cache: true
# If you don't want reactions on your post, change this to false
like_btn: true

# For meta-data to SEO, change to different arabic regions by changing the `EG`
locale: "ar_EG"

# If you want to generate website sitemap, you can set true
# sitemap: false

Expand All @@ -81,7 +84,7 @@ like_btn: true
# spacegrey: #353535
# snowwhite: #ffffff
#
theme_color: snowwhite
# theme_color: snowwhite
#
# Custom color as below:
# theme_color: "#882250"
Expand Down

0 comments on commit dd7822f

Please sign in to comment.