We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c01a5 commit 5850c64Copy full SHA for 5850c64
1 file changed
_layouts/primera-vez.html
@@ -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