1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Casper 1.2.5

This commit is contained in:
Daniel Bayerlein 2015-09-13 13:00:26 +02:00 committed by Holger Just
parent be071b0a52
commit cd6ca06d2e
5 changed files with 10356 additions and 10348 deletions

View File

@ -104,7 +104,7 @@ module MiddlemanCasperHelpers
end
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}"
end
def facebook_url

View File

@ -1,3 +1,3 @@
#= require vendor/jquery-1.11.2
#= require vendor/jquery-1.11.3
#= require vendor/casper
#= require obfuscate

File diff suppressed because it is too large Load Diff

10351
source/javascripts/vendor/jquery-1.11.3.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1441,6 +1441,9 @@ body:not(.post-template) .post-title {
/* if there are two posts without covers, put a border between them */
.read-next-story.no-cover + .read-next-story.no-cover {
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 */