回答編集履歴
2
タグの修正
answer
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
about ページだけ表示させないということでしょうか?
|
2
2
|
以下のタグだとどうでしょう?
|
3
3
|
|
4
|
+
```
|
4
|
-
<b:if cond='data:blog.
|
5
|
+
<b:if cond='data:blog.url != data:view.url path "p/about.html"'></b:if>
|
6
|
+
```
|
1
タグを挿入
answer
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
トップページと about ページで表示させないということでしょうか?
|
2
2
|
以下のタグだとどうでしょう?
|
3
3
|
|
4
|
-
|
4
|
+
<b:if cond='data:blog.homepageUrl or data:blog.url == data:view.url path "p/about.html"'>
|
5
|
-
コード
|
6
|
-
```
|