blob: 7f5390e3b726b5497c0225cd4a1d8fca834f2009 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if site.project.name %}
<title>{{ page.title }} - {{ site.project.name }} - {{ site.personal_info.name }}</title>
{% else %}
<title>{{ page.title }} - {{ site.personal_info.name }}</title>
{% endif %}
{% include common/bootstrap_css.html %}
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
{% include common/ie_compat.html %}
{% include common/mathjax.html %}
</head>
<body>
<div class="top-level-footer-wrapper">
{% if site.hide_navbar or page.hide_navbar %}
{% else %}
<div class="footer-wrapper-collapse">
{% include common/navbar.html %}
</div>
{% endif %}
<div class="footer-wrapper-expand">
<div class="container">
|