Fix subtitle and image don't display in show page problem.(In template modules)
This commit is contained in:
parent
0f70ab18b5
commit
f8cf5f8390
|
@ -26,6 +26,11 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<section class="s-event_news__post-wrap">
|
<section class="s-event_news__post-wrap">
|
||||||
|
<div class="s-event_news__sub-img pull-left">
|
||||||
|
<img src="{{img_src}}"></img>
|
||||||
|
<span class="s-event_news__img_description">{{img_description}}</span>
|
||||||
|
</div>
|
||||||
|
<div class="s-event_news__subtitle">{{subtitle_ann}}</div>
|
||||||
<p class="s-event_news__post-body">{{body}}</p>
|
<p class="s-event_news__post-body">{{body}}</p>
|
||||||
</section>
|
</section>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue