Files
blender-portable-repo/extensions/user_default/retopoflow/docs/_layouts/default.html
T
2026-03-17 14:58:51 -06:00

79 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" href="/assets/css/main.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}
<p>{{ site.description | default: site.github.project_tagline }}</p>
<ul>
<li><a href="table_of_contents.html">Table of Contents</a></li>
<li><a href="welcome.html">Welcome</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="quick_start.html">Quick Start</a></li>
</ul>
<ul>
<li><a href="general.html">General</a></li>
</ul>
<ul>
<li><a href="select.html">Select</a></li>
<li><a href="contours.html">Contours</a></li>
<li><a href="polystrips.html">PolyStrips</a></li>
<li><a href="strokes.html">Strokes</a></li>
<li><a href="patches.html">Patches</a></li>
<li><a href="polypen.html">PolyPen</a></li>
<li><a href="knife.html">Knife</a></li>
<li><a href="loops.html">Loops</a></li>
<li><a href="tweak.html">Tweak</a></li>
<li><a href="relax.html">Relax</a></li>
</ul>
<ul>
<li><a href="changelist.html">Change List</a></li>
<li><a href="https://blendermarket.com/products/retopoflow" target="_blank">Blender Market</a></li>
<li><a href="https://twitter.com/RetopoFlow" target="_blank">Twitter</a></li>
<li><a href="https://github.com/CGCookie/retopoflow/issues" target="_blank">Report Issue</a></li>
</ul>
</header>
<section>
{{ content }}
</section>
<footer>
<p><small>Hosted on GitHub Pages. Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
{% if site.google_analytics %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</body>
</html>