方法1
フォトセットをやめて強制的に画像投稿として出力する方法
375行目の下記の行を、
<div class="photo-image">
{Photoset-700}
</div>
.list .meta { | |
color: #000; /*お好きな色に*/ | |
} |
/* スライダー幅 (width を任意の値に変えてください) */ | |
.flexslider { | |
width: 800px; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
/* ブラウザ幅1220px以上のときのスライダー幅 */ | |
.flexslider, | |
.flexslider .slides li { | |
height: 630px; | |
} | |
@media (min-width: 1220px) { | |
.flexslider, | |
.flexslider .slides li { | |
height: 780px; | |
} |
.entry-content { | |
font-size: 75%; | |
font-family: 'Source Code Pro','Helvetica Neue',Helvetica,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,'MS Pゴシック','MS PGothic',sans-serif; | |
} |
<!-- C85 --> | |
{block:Post1} | |
<div class="comike"> | |
<h1>冬コミで出すやつ</h1> | |
<a href="http://sanographix.github.io/loveliver-tee/" target="_blank"><img src="http://sanographix.github.io/loveliver-tee/images/loveliver-tee-rectangle.jpg"></a> | |
<a href="http://www.jadda.info/2013winter/" target="_blank"><img src="http://www.jadda.info/2013winter/wp-content/themes/jadda2013winter/images/2013winter-rectangle-tumblr.gif"></a> | |
</div> | |
{/block:Post1} | |
<style> | |
.comike { |
[alias] | |
st = status | |
co = checkout | |
ci = commit -v | |
di = diff | |
df = diff | |
br = branch | |
puhs = push | |
psuh = push | |
pus = push |