mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 04:45:23 +08:00
5 lines
142 B
Plaintext
Executable File
5 lines
142 B
Plaintext
Executable File
{% if site.url %}
|
|
{% assign base_path = site.url | append: site.baseurl %}
|
|
{% else %}
|
|
{% assign base_path = site.github.url %}
|
|
{% endif %} |