Add theme_3d_systems/views/layout.xml
This commit is contained in:
parent
bd7c2528ab
commit
72d219d29c
1 changed files with 18 additions and 0 deletions
18
theme_3d_systems/views/layout.xml
Normal file
18
theme_3d_systems/views/layout.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Extend Base Website Layout for 3D Systems Theme -->
|
||||
<template id="layout_3d_systems" inherit_id="website.layout" name="3D Systems Base Layout">
|
||||
<xpath expr="//head" position="inside">
|
||||
<!-- Google Fonts preconnect & modern typography (Plus Jakarta Sans + Syne) -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Syne:wght@600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet"/>
|
||||
<meta name="theme-color" content="#090d16"/>
|
||||
</xpath>
|
||||
|
||||
<!-- Inject custom background wrapper and body classes -->
|
||||
<xpath expr="//div[@id='wrapwrap']" position="attributes">
|
||||
<attribute name="class" add="theme-3d-systems-wrap tech-bg-dark" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Reference in a new issue