-
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
update few Feature #84
Conversation
Update picture display |
What do you mean update? Show some demo or screenshots of it. And for the gitalk, add something like the #58 (comment) described. Or we will not approve it. |
@@ -93,5 +93,25 @@ | |||
{% include '_third-party/scroll-cookie.swig' %} | |||
{% include '_third-party/exturl.swig' %} | |||
{% include '_third-party/bookmark.swig' %} | |||
|
|||
<script type="text/javascript"> | |||
var OriginTitile=document.title; |
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.
personalized too much...😅
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 Can we consider adding this feature (change to a different title when window is no longer in focus) to the list #67 ?
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.
Added.
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.
demo page http://ehlxr.me |
And I want to denote that: The gitalk need read and write permission for ALL my public repos. If you modify some gitalk script, and all my public repo will be ruin. To get out of the posibile problem, I personally strongly deprecated gitalk and gitment and something like them. But I DO like the other feature you provide, like the click to show disqus, maybe we could extract it from this PR. |
Please, don't need to add commits with mixins features. Separate features and divide it on different commits/pulls is the best choise to close all questions. Also, pull on GiTalk was added in #58. |
ok, i will reorganize the pr |
@@ -1,6 +1,6 @@ | |||
{% macro render(post, is_index, post_extra_class) %} | |||
|
|||
{% set headlessPost = Array.prototype.indexOf.call(['quote', 'picture'], post.type) > -1 %} | |||
{% set headlessPost = Array.prototype.indexOf.call(['quote', 'picture', 'nohead'], post.type) > -1 %} |
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.
header: false
option added in 92fdf86#diff-0e030eb6dd7b9d25bfcba06bc8ea5609R27
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 Number(s): N/A
What is the new behavior?
How to use?
In NexT
_config.yml
:Does this PR introduce a breaking change?