<!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">
|
|
|
|
<title>[blogo-title]</title>
|
|
|
|
|
|
<!-- Theme CSS -->
|
|
<link href="css/own.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body id="page-top">
|
|
<!-- Navigation -->
|
|
<nav><a href="/">blogoExample</a></nav>
|
|
<h1>The blogoExample blog</h1>
|
|
|
|
<div>
|
|
<!-- here will be placed the content of the blog index,
|
|
and the content of each different blog page -->
|
|
[blogo-content]
|
|
</div>
|
|
|
|
<hr>
|
|
<footer>This is the footer</footer>
|
|
|
|
<!-- jQuery -->
|
|
<script src="vendor/jquery/jquery.min.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|