mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
double equals for layout
This commit is contained in:
parent
873c2c6467
commit
04ec621dfe
1 changed files with 3 additions and 3 deletions
|
@ -39,11 +39,11 @@
|
||||||
|
|
||||||
<body class="interior">
|
<body class="interior">
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<%= erb :'_header', layout: false %>
|
<%== erb :'_header', layout: false %>
|
||||||
<%= yield %>
|
<%== yield %>
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer-Base">
|
<footer class="footer-Base">
|
||||||
<%= erb :'_footer', layout: false %>
|
<%== erb :'_footer', layout: false %>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="assets/scripts/jquery-1.10.1.min.js"></script>
|
<script src="assets/scripts/jquery-1.10.1.min.js"></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue