Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カスタムTumblrテーマを作成し、ブログにいくつかのページがあります。テンプレートの上部近くにナビゲーションメニューを作成したいのですが、その方法がわかりません。
次の行を追加しました:
{block:HasPages} {/block:HasPages} {block:Pages} {/block:Pages}
しかし、これは効果がありません。
誰かがこれを達成する正しい方法を知っていますか?
あなたができるはずです
{block:HasPages} {block:Pages} <a href="{URL}">{Label}</a> {/block:Pages} {/block:HasPages}
モバイルでタグが画面の左側からはみ出す