head.mustache (660B)
1 <!DOCTYPE html> 2 <html lang="{{ SITE_LANGUAGE }}"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 8 <title>$pagetitle$ — {{ SITE_DOMAINNAME }}</title> 9 10 <link rel="stylesheet" href="{{ BASE_URL }}/css/styles.css" /> 11 <link href="{{ BASE_URL }}/feed.atom.xml" type="application/atom+xml" rel="alternate" title="Feed Atom" /> 12 13 <meta name="description" content="{{ SITE_DESCRIPTION }}" /> 14 <meta name="author" content="{{ SITE_AUTHOR }}" /> 15 <meta name="generator" content="{{ SITE_GENERATOR }}" /> 16 </head>