Sha256: 5663cd9f390a13ba0759c40134c4cb43ef6993143f50440ed133b84697dae077
Contents?: true
Size: 796 Bytes
Versions: 6
Compression:
Stored size: 796 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{{page.title}}</title> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | prepend: site.github.url }}"> <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | prepend: site.github.url }}"> </head> <body> <nav> </nav> <section class="page markdown-body"> <div class="page-title">{{page.title}}</div> {{content}} </section> {% include footer.html %} <script src="{{ '/assets/js/main.js'| prepend: site.github.url }}"></script> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems