partial
This commit is contained in:
parent
f0429149df
commit
07b01ea6a8
|
|
@ -145,7 +145,7 @@ class Plugin extends PluginBase
|
|||
return [
|
||||
'blog-category' => 'rainlab.blog::lang.menuitem.blog_category',
|
||||
'all-blog-categories' => 'rainlab.blog::lang.menuitem.all_blog_categories',
|
||||
'blog-post' => 'rainlab.blog::lang.menuitem.blog_post',
|
||||
// 'blog-post' => 'rainlab.blog::lang.menuitem.blog_post',
|
||||
'all-blog-posts' => 'rainlab.blog::lang.menuitem.all_blog_posts',
|
||||
'category-blog-posts' => 'rainlab.blog::lang.menuitem.category_blog_posts',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
>
|
||||
<picture>
|
||||
<source media="(min-width:700px)" srcset="{{reklama.media|media_cdn}}">
|
||||
<img src="{{reklama.media_mobile|default(reklama.media)|media_cdn}}" alt="{{reklama.title}}">
|
||||
<img src="{{reklama.media_mobile|default(reklama.media)|media_cdn}}" alt="{{reklama.title}}" >
|
||||
</picture>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue