You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
789 B
18 lines
789 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<template id="shopping_blog_template"
|
|
name="Shopping Blog"
|
|
inherit_id="website_blog.opt_blog_cover_post" active="True"
|
|
customize_show="True">
|
|
<!-- This template customizes the full-width cover design for a blog post,
|
|
replacing the original top section with a visually appealing page title area. -->
|
|
<xpath expr="//div[hasclass('o_not_editable')]"
|
|
position="replace">
|
|
<section class="st-hero_section-banner">
|
|
<div class="container st-hero_section-content">
|
|
<h3 class="st-hero_section-banner--head">Blog</h3>
|
|
</div>
|
|
</section>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|