style
This commit is contained in:
parent
4747d95b0f
commit
91caba751f
5 changed files with 18 additions and 16 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
</h1>
|
||||
<hr />
|
||||
<div markdown="@Model.Content" site="SiteSettings.Value"></div>
|
||||
<div markdown="@Model.Content" site="SiteSettings.Value" class="blog"></div>
|
||||
<hr/>
|
||||
|
||||
<div class="meta">
|
||||
|
|
|
|||
|
|
@ -49,7 +49,4 @@
|
|||
<span class="sr-only">Suivant</span>
|
||||
</a>
|
||||
</div>
|
||||
<environment names="Lua,Development">
|
||||
<div class="change-embed-petition" data-petition-id="9084164"></div>
|
||||
<script src="https://static.change.org/product/embeds/v1/change-embeds.js" type="text/javascript"></script>
|
||||
</environment>
|
||||
|
||||
|
|
|
|||
|
|
@ -62,6 +62,10 @@
|
|||
</main>
|
||||
<hr />
|
||||
<footer>
|
||||
<environment names="Lua,Development">
|
||||
<p><em>Site de développement</em></p>
|
||||
</environment>
|
||||
|
||||
<script>
|
||||
window.fbAsyncInit = function() {
|
||||
FB.init({
|
||||
|
|
@ -88,6 +92,7 @@
|
|||
|
||||
|
||||
<p>Yavsc - Copyright © 2016 - 2017 Paul Schneider</p>
|
||||
|
||||
</footer>
|
||||
@RenderSection("scripts", required: false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue