2019-01-30, 11:42 PM
I'm trying to edit the Flatty theme into a material theme by integrating material design lite and changing how things look.
I looked around the XML file but couldn't find a place where I could put the hosted URLs as each has their own template and I don't want to insert for each one in case of API changes.
Is there a way I can insert
I looked around the XML file but couldn't find a place where I could put the hosted URLs as each has their own template and I don't want to insert for each one in case of API changes.
Is there a way I can insert
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
</head>
<body>
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</body>
Thanks