18 lines
1.1 KiB
XML
18 lines
1.1 KiB
XML
<?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>
|