mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-02-28 16:31:44 -05:00
Merge branch 'master' into site
This commit is contained in:
commit
0c888bbb9e
@ -85,7 +85,8 @@ h3.filename {
|
|||||||
+ pre { @include border-top-radius(0px); }
|
+ pre { @include border-top-radius(0px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
p code {
|
p code,
|
||||||
|
li code {
|
||||||
@extend .mono;
|
@extend .mono;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: no-wrap;
|
white-space: no-wrap;
|
||||||
|
@ -4,10 +4,12 @@ layout: default
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<article>
|
<article>
|
||||||
|
{% if page.title %}
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
||||||
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
|
{% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
{% endif %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% unless page.footer == false %}
|
{% unless page.footer == false %}
|
||||||
<footer>
|
<footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user