Sha256: 8694247eb15f92174fa6b5a96790145dd9e4811731de537210e1787c815ef3ed
Contents?: true
Size: 461 Bytes
Versions: 1
Compression:
Stored size: 461 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>{{ page.title }}</title> <link rel="stylesheet" href="/css/style.css"> </head> <body> <nav> <a href="/">Home</a> <a href="/blog/">Blog</a> </nav> <h1 >{{ page.title }}</h1> <section style="background-color:rgb(59, 113, 137);"> {{ content }} </section> <footer> © to me </footer> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
raikar05-0.1.0 | _layouts/404.html |