mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Adding persian support
This commit is contained in:
@@ -11,6 +11,7 @@ languages = [
|
||||
{ code = "zh-CN" }, # Chinese (simplified)
|
||||
{ code = "zh-TW" }, # Chinese (traditional)
|
||||
{ code = "ja" }, # Japanese
|
||||
{ code = "fa" }, # Persian
|
||||
]
|
||||
|
||||
ignored_content = ["*/README.md"]
|
||||
|
||||
7
blog/content/second-edition/posts/_index.fa.md
Normal file
7
blog/content/second-edition/posts/_index.fa.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
sort_by = "weight"
|
||||
insert_anchor_links = "left"
|
||||
render = false
|
||||
page_template = "second-edition/page.html"
|
||||
+++
|
||||
Reference in New Issue
Block a user