Skip to content

Commit

Permalink
Merge pull request #747 from hlxsites/tag-pages
Browse files Browse the repository at this point in the history
feat: prep converter & fstab.yaml for blog topics
  • Loading branch information
mhaack authored Feb 5, 2024
2 parents 8517b05 + 6aa8dae commit e013528
Show file tree
Hide file tree
Showing 5 changed files with 466 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fstab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ folders:
/us/en/products/family/: /us/en/products/product-coveo
/us/en/products/sku/: /us/en/products/product-coveo
/us/en/products/bundles/: /us/en/products/product-coveo

/us/en/blog/topics/: /us/en/blog/topics-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<html>
<body>
<header></header>
<main>
<div>
<div class="breadcrumb">
<div>
<div>
<ul>
<li><a href="/us/en/blog.html">Blog</a></li>
<li><a href="/us/en/blog/topics-template.html">Topics</a></li>
</ul>
</div>
</div>
</div>
<hr>
<div class="banner">
<div>
<div>
<h1>Posts for topic ...</h1>
</div>
</div>
</div>
<p>Articles List</p>
<div class="card-list blog">
<div>
<div></div>
</div>
</div>
</div>
</main>
<footer></footer>
</body>
</html>
Loading

0 comments on commit e013528

Please sign in to comment.