Sha256: 3b078e565385333a1a04b066225de017bc2f4fbb72284c99e121588e5db08452
Contents?: true
Size: 865 Bytes
Versions: 21
Compression:
Stored size: 865 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>{{ page.title }} | {{ site.title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="{{ BASE_PATH }}/css/main.css"> </head> <body style="background: url('{{ BASE_PATH }}/assets/img/tema/{{ site.background }}');"> <script>0</script> {% include nav-bar.html %} <!--main container and title page--> <div class="main-container"> <!-- contenido --> {{ content }} <!--promociĆ³n proyecto--> {% include promotion.html %} </div> <!--footer--> {% include footer.html %} <!-- fin del footer --> </body> </html>
Version data entries
21 entries across 21 versions & 2 rubygems