mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{%- assign _title = include.article.title | default: layout.title -%}
|
||||
{%- assign _titles = include.article.titles | default: layout.titles -%}
|
||||
|
||||
{%- if _title -%}
|
||||
{%- assign __return = _title -%}
|
||||
{%- elsif _titles -%}
|
||||
{%- include snippets/get-string-from-locale-config.html locale=_titles -%}
|
||||
{%- assign __return = __return -%}
|
||||
{%- else -%}
|
||||
{%- assign __return = nil -%}
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user