Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 416 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 416 Bytes

hexo-helper-urlencode

Hexo helper for encoding urls in templates.

Usage:

<%- urlEncode( url ) %>

Install by calling GitHub project directly via npm:

npm install MIKAGMR/hexo-helper-urlencode --save

For more Informations about encodeURIComponent(): MDN