Sha256: 9fd8574fa7ec2e3412f2ba7f0f23778e99580116bddd2a6872570a220e48ff1e
Contents?: true
Size: 743 Bytes
Versions: 1
Compression:
Stored size: 743 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title }}</title> <link rel="stylesheet" href="/assets/css/style.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> </head> <body class="uikit-body"> <main class="uikit-grid"> {% include navigation/header.html %} <header class="uikit-header uikit-header--gradient"> <div class="container">{{ page.hero }}</div> </header> <div class="container">{{ content }}</div> <footer class="uikit-footer"><div class="container">{{ page.footer }}</div></footer> </main> </body> </htmL>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dta_rapid-1.2.4 | _layouts/homepage.html |