geometria-solida/_layouts/main.html

20 lines
592 B
HTML
Raw Normal View History

2014-05-25 21:25:36 +02:00
<!doctype html>
<html>
<head>
<title> {{ page.title }} </title>
<link rel="stylesheet" type="text/css" href="{{ page.css }}.css" />
</head>
<body>
2014-05-28 12:08:05 +02:00
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
messageStyle: "none",
tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true}
});
</script>
2014-05-26 00:13:25 +02:00
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>
2014-05-25 21:25:36 +02:00
<div id="container"> {{ content }} </div>
2014-05-26 00:41:41 +02:00
<footer>
<a href="https://github.com/Rnhmjoj">@Rnhmjoj</a>
</footer>
2014-05-25 21:25:36 +02:00
</body>
2014-05-28 12:08:05 +02:00
</html>