These add additional functionality to Mable. To install, add the provided line of code in the <head>
section below the main Mable CSS file.
Example:
<head>
<!-- Page Info -->
<title>This is a sample Mable HTML Header</title>
<meta name="description" content="Page Description">
<meta name="keywords" content="Page, Tags">
<meta property="og:image" content="https://full-url">
<link href="../images/brand/favicon.png" rel="shortcut icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS Sheets -->
<link type="text/css" rel="stylesheet" href="css/style.css">
<!-- Themes -->
<link type="text/css" rel="stylesheet" href="themes/sample-theme" id="custom-theme-sheet">
<!-- Packages -->
<link type="text/css" rel="stylesheet" href="packages/sample-package.css">
</head>
Adds Font Awesome features.
<link rel="stylesheet" type="text/css" href="https://cdn.mablesite.com/packages/font-awesome.css">