mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update "custom" output for functional tests
LC_ALL=C pelican -o tests/output/custom/ -s samples/pelican.conf.py samples/content/ we really need to merge #539 so that functional tests won't succeed if output is different...
This commit is contained in:
parent
dfa69fd383
commit
d6ec9b2028
13 changed files with 6 additions and 3 deletions
|
|
@ -309,7 +309,10 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
|||
.social a[href*='twitter.com'] {background-image: url('../images/icons/twitter.png');}
|
||||
.social a[href*='linkedin.com'] {background-image: url('../images/icons/linkedin.png');}
|
||||
.social a[href*='gitorious.org'] {background-image: url('../images/icons/gitorious.png');}
|
||||
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
|
||||
.social a[href*='github.com'],
|
||||
.social a[href*='git.io'] {background-image: url('../images/icons/github.png');}
|
||||
.social a[href*='gittip.com'] {background-image: url('../images/icons/gittip.png');}
|
||||
.social a[href*='plus.google.com'] {background-image: url('../images/icons/google-plus.png');}
|
||||
|
||||
/*
|
||||
About
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue