server
This commit is contained in:
parent
64b08c6cd3
commit
30699fe7f3
|
|
@ -1,10 +1,13 @@
|
|||
title = "oldPost"
|
||||
url = "/:slug"
|
||||
url = "/ru/:slug"
|
||||
layout = "blog"
|
||||
is_hidden = 0
|
||||
robot_index = "index"
|
||||
robot_follow = "follow"
|
||||
|
||||
[viewBag]
|
||||
localeUrl[en] = "en/:slug"
|
||||
|
||||
[blogPost]
|
||||
slug = "{{ :slug }}"
|
||||
id = "{{ :id }}"
|
||||
|
|
@ -15,9 +18,6 @@ slug = "{{ :slug }}"
|
|||
|
||||
[SeoBlogPost]
|
||||
post = "post"
|
||||
|
||||
[viewBag]
|
||||
localeUrl[en] = "/oldpost"
|
||||
==
|
||||
{% component 'SeoBlogPost' %}
|
||||
<article class="news__content">
|
||||
|
|
|
|||
Loading…
Reference in New Issue