Sha256: faf5f83aa80785c3125212f7cfbb23796b83031159d1869f9262252296ecfed3
Contents?: true
Size: 857 Bytes
Versions: 4
Compression:
Stored size: 857 Bytes
Contents
{%- assign title = site.title | escape -%} {%- if page.title -%} {%- capture title -%}{{ page.title | escape }} | {{ site.title | escape }}{%- endcapture -%} {%- endif -%} {%- assign description = site.description | escape -%} {%- if page.description -%} {%- assign description = page.description | escape -%} {%- endif -%} <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{- description -}}"> <link rel="icon" href="{{- '/favicon.ico' | relative_url -}}"> <link rel="stylesheet" href="{{- '/assets/css/style.css' | relative_url -}}"> <title>{{- title -}}</title> </head> <body> {{ content }} <script src="{{- '/assets/js/bootstrap.bundle.min.js' | relative_url -}}"></script> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
paraqeet-0.9.0 | _layouts/default.html |
paraqeet-0.8.0 | _layouts/default.html |
paraqeet-0.7.0 | _layouts/default.html |
paraqeet-0.6.0 | _layouts/default.html |