Files
design-themes/theme_graphene_blog/demo/feat.xml
T
2021-05-12 08:31:54 +02:00

11 lines
459 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template inherit_id="website.feat">
<xpath expr="//img[contains(@src, 'move_top')]" position="after">
<hr class="mb64 mt64"/>
<img class="img-responsive o_animate o_anim_fade_in" src="/theme_graphene/static/description/media/latest_posts.jpg" alt=""/>
<a href="/page/blocks#posts" class="btn btn-default">Discover More</a>
</xpath>
</template>
</odoo>