zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

head_template.eex (751B)


      1 <!DOCTYPE html>
      2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= config.language %>" lang="<%= config.language %>"
      3       xmlns:epub="http://www.idpf.org/2007/ops">
      4   <head>
      5     <meta charset="utf-8" />
      6     <title><%= page.title %> - <%= config.project %> v<%= config.version %></title>
      7     <meta name="generator" content="ExDoc v<%= ExDoc.version() %>" />
      8     <link type="text/css" rel="stylesheet"
      9       href="<%= H.asset_rev "#{config.output}/OEBPS", "dist/epub-#{config.proglang}-*.css" %>" />
     10     <script src="<%= H.asset_rev "#{config.output}/OEBPS", "dist/epub-*.js" %>"></script>
     11     <%# Extra content specified by the user (e.g. custom CSS) %>
     12     <%= config.before_closing_head_tag.(:epub) %>
     13   </head>
     14   <body class="content-inner">