-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New tag video
& warn when use exturl
or extlink
#652
Conversation
@import "note" if hexo-config('note.style') == 'simple' || hexo-config('note.style') == 'flat'; | ||
@import "note-modern" if hexo-config('note.style') == 'modern'; | ||
@import "label" if hexo-config('label'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems need to remove label
option from config.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's related to theme-next/theme-next.org#18, and won't cause any side effect. The label
option only appears once. Considering that we didn't add options for most tags (e.g. button, center-quote, full-image etc.), it would be better to remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, looks fine now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivan-nginx Able to merge now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is quicklink ok there?
@@ -103,7 +103,7 @@ | |||
{% block script_extra %}{% endblock %} | |||
|
|||
{% include '_scripts/next-boot.swig' %} | |||
{% include '_third-party/quicklink/index.swig' %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's fine
exturl
tag & Add video
tag & Code style updateexturl
tag & add video
tag & update code style
exturl
tag & add video
tag & update code stylevideo
and warn when use exturl
or extlink
video
and warn when use exturl
or extlink
video
& warn when use exturl
or extlink
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue resolved: N/A
What is the new behavior?
How to use?
In NexT
_config.yml
:Does this PR introduce a breaking change?