mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2026-03-04 00:03:06 +00:00
Casper 1.2.5
This commit is contained in:
parent
be071b0a52
commit
cd6ca06d2e
@ -104,7 +104,7 @@ module MiddlemanCasperHelpers
|
|||||||
end
|
end
|
||||||
|
|
||||||
def twitter_url
|
def twitter_url
|
||||||
"https://twitter.com/share?text=#{ERB::Util.u current_article.title}" \
|
"https://twitter.com/intent/tweet?text=#{ERB::Util.u current_article.title}" \
|
||||||
"&url=#{ERB::Util.u current_article_url}"
|
"&url=#{ERB::Util.u current_article_url}"
|
||||||
end
|
end
|
||||||
def facebook_url
|
def facebook_url
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
#= require vendor/jquery-1.11.2
|
#= require vendor/jquery-1.11.3
|
||||||
#= require vendor/casper
|
#= require vendor/casper
|
||||||
#= require obfuscate
|
#= require obfuscate
|
||||||
|
|||||||
10346
source/javascripts/vendor/jquery-1.11.2.js
vendored
10346
source/javascripts/vendor/jquery-1.11.2.js
vendored
File diff suppressed because it is too large
Load Diff
10351
source/javascripts/vendor/jquery-1.11.3.js
vendored
Normal file
10351
source/javascripts/vendor/jquery-1.11.3.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3
source/stylesheets/vendor/casper.css
vendored
3
source/stylesheets/vendor/casper.css
vendored
@ -1441,6 +1441,9 @@ body:not(.post-template) .post-title {
|
|||||||
/* if there are two posts without covers, put a border between them */
|
/* if there are two posts without covers, put a border between them */
|
||||||
.read-next-story.no-cover + .read-next-story.no-cover {
|
.read-next-story.no-cover + .read-next-story.no-cover {
|
||||||
border-left: rgba(0,0,100,0.04) 1px solid;
|
border-left: rgba(0,0,100,0.04) 1px solid;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Correctly position site-footer when next to the .read-next container */
|
/* Correctly position site-footer when next to the .read-next container */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user