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.
 
 
 
 

20 lines
480 B

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="opt_blog_rc_follow_us_extra"
name="Extra Social Links"
inherit_id="website_blog.opt_blog_rc_follow_us">
<xpath expr="//h2[@class='mt4']"
position="inside">
<a t-att-href="website.social_pinterest"
t-if="website.social_pinterest">
<i class="fa fa-pinterest"/>
</a>
</xpath>
</template>
</data>
</openerp>