Current section

Files

Jump to
ex_doc lib ex_doc formatter html templates head_template.eex
Raw

lib/ex_doc/formatter/html/templates/head_template.eex

<!DOCTYPE html>
<html>
<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 %><%= config.project %> v<%= config.version %></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v<%= ExDoc.version %>">
<link rel="stylesheet" href="<%= asset_rev config.output, "dist/app-*.css" %>" />
<script src="dist/sidebar_items.js"></script>
</head>
<body data-type="<%= sidebar_type(page.type) %>">