Sha256: 8da699a8a162214c47027a989a86eeb5dd36c2fcca82ed3398ec630f86a7625c
Contents?: true
Size: 915 Bytes
Versions: 5
Compression:
Stored size: 915 Bytes
Contents
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title | default: 'docgen-document' }}</title> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous" defer></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> {% assign style = include.style | default: 'default' %} {% assign href ='/assets/docgen/css/' | append: style | append: '-style-docgen.css' | relative_url %} <link rel="stylesheet" href="{{ href }}"> {% if include.content %} {{ include.content }} {% endif %} </head>
Version data entries
5 entries across 5 versions & 1 rubygems