1.0.1 • Published 5 years ago

hexo-lang-switcher-btn v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Useage

added this to _config.yml

langswitch:
  en: Read the English version
  tw: 閱讀中文版

added to your post

{% langswitch en [0,1] %}

0 will not use lang as a part of url.

example:

{% langswitch en 0 %} will generate a url: / {% langswitch en %} will generate a url: /e/

1.0.1

5 years ago

1.0.0

5 years ago