quocvu / hexo-tag-youtube-responsive

Hexo tag plugin to embed a Youtube video that auto resizes with your responsive layout
MIT License
20 stars 3 forks source link

including just `{% youtuber %}` will throw error if not including `{% endyoutuber %}` #2

Closed patrick330602 closed 4 years ago

patrick330602 commented 4 years ago

following error will be thrown if {% endyoutuber %} is not included: Screenshot 2020-03-09 at 10 46 08 AM

lunhg commented 4 years ago

Same here

quocvu commented 4 years ago

Thanks for the report. I have updated the documentation to always include the closing tag. Unfortunately, Hexo does not allow to make the closing tag optional.