Skip to content

Instantly share code, notes, and snippets.

@nouphet
Created December 14, 2012 04:24
Show Gist options
  • Save nouphet/4282688 to your computer and use it in GitHub Desktop.
Save nouphet/4282688 to your computer and use it in GitHub Desktop.
ブロックのタイトルを非表示にする方法 ref: http://qiita.com/items/e6938588da30bfbe5b16
<div>
<{if ! $block.title|strstr:"none"}> // 条件式(開始)
<h3><{$block.title}></h3> // ブロックタイトル
<{/if}> // 条件式(終了)
<{$block.content}> // ブロックコンテンツ
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment