Foo
Former-commit-id: 6d2fe973581f3156fe1fd14afa82b41b884eb989
This commit is contained in:
parent
5fcba6581d
commit
14f02d1bf4
2 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@ name = Blog
|
||||||
label = Blog
|
label = Blog
|
||||||
hidden = yes
|
hidden = yes
|
||||||
|
|
||||||
|
[fields.title]
|
||||||
|
label = Blog
|
||||||
|
type = string
|
||||||
|
name = Blog
|
||||||
|
|
||||||
[children]
|
[children]
|
||||||
model = blog-post
|
model = blog-post
|
||||||
order_by = -pub_date, title
|
order_by = -pub_date, title
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<link rel="stylesheet" href="{{ '/css/main.css'|url }}" />
|
<link rel="stylesheet" href="{{ '/css/main.css'|url }}" />
|
||||||
<!--[if lte IE 9]><link rel="stylesheet" href="{{ '/css/ie9.css'|url }}" /><![endif]-->
|
<!--[if lte IE 9]><link rel="stylesheet" href="{{ '/css/ie9.css'|url }}" /><![endif]-->
|
||||||
<noscript><link rel="stylesheet" href="{{ '/css/noscript.css'|url }}" /></noscript>
|
<noscript><link rel="stylesheet" href="{{ '/css/noscript.css'|url }}" /></noscript>
|
||||||
<title>{% block title %}Welcome{% endblock %} — c3woc</title>
|
<title>{% block title %}Welcome{% endblock %} c3woc</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue