Sha256: 7b8f34d566d27458b085691a63017446c7f8784127fabd30db2d207cef498f03
Contents?: true
Size: 1.55 KB
Versions: 10
Compression:
Stored size: 1.55 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <meta name="description" content="@stack('description')"> <%= stylesheet 'log-style' %> <link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700&subset=latin-ext" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> <script> Window.Config = { "host": "<%= vue_config.host %>", "base": "<%= vue_config.base %>", "title": "My Blog", "profile": <%= vue_config.profile.to_json %>, "digital": { "uri": "<%= namespace %>" }, "analog": { "uri": "weblog" } }; </script> <style> html { color: white; text-shadow: 0px 0px 0.4rem black; background: darkblue url('<%= Ilog::configuration.background_image %>') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } </style> </head> <body> <noscript> <!-- <header> <h1> <a href="{{ url(config('bp-log.digital.uri'), '') }}">{{ config('bp-log.title')}}</a> <span><a class="inlink" style="font-size: .8rem;" href="{{ url(config('bp-log.analog.uri'), '') }}">static version</a></span> </h1> </header> --> </noscript> <div id="bp-log"> </div> <%= javascript 'vue-index' %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems