Skip to content

Commit

Permalink
Update kolibri/core/templatetags/core_tags.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Withnall <53172+pwithnall@users.noreply.github.com>
  • Loading branch information
rtibbles and pwithnall authored Oct 22, 2023
1 parent 883e83a commit e10da93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kolibri/core/templatetags/core_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def theme_favicon():
def site_title():
"""
Return the text of the site title, if provided by the theme. If not, the
default will be returned.
default will be returned. The site title may be translated, to allow for
transliteration into other alphabets where needed.
"""
return ThemeHook.get_theme().get("siteTitle", _("Kolibri"))

0 comments on commit e10da93

Please sign in to comment.