examples: Improve webpage generation in various ways, add thumbnails, etc.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>@project_name@ Examples: @category_name@</title>
|
||||
<title>@project_name@ Examples: @category_description@</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
@@ -18,7 +18,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="/">SDL Examples</a>
|
||||
<a href="/">@project_name@ Examples</a>
|
||||
</header>
|
||||
<main>
|
||||
<nav class="breadcrumb">
|
||||
@@ -27,7 +27,7 @@
|
||||
<li><a href="/@project_name@/@category_name@">@category_name@</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1>@project_name@ examples: @category_name@</h1>
|
||||
<h1>@project_name@ examples: @category_description@</h1>
|
||||
<div class="list">@examples_list_html@</div>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user