Skip to content

Commit 5850c64

Browse files
committed
feat: add primera-vez layout
1 parent 90c01a5 commit 5850c64

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

_layouts/primera-vez.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html lang="es">
3+
{% include head.html %}
4+
5+
<body>
6+
{% include nav.html %}
7+
8+
<nav class="pv-breadcrumb" aria-label="breadcrumb">
9+
<div class="pv-breadcrumb__inner">
10+
<ol class="pv-breadcrumb__trail">
11+
<li><a href="/">Ruby UY</a></li>
12+
<li><span class="sep" aria-hidden="true"></span></li>
13+
<li><span class="pv-breadcrumb__current">Primera vez</span></li>
14+
</ol>
15+
</div>
16+
</nav>
17+
18+
<main>
19+
<article id="view-primera-vez">
20+
{{ content }}
21+
</article>
22+
</main>
23+
24+
{% include footer.html %}
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)