- ‘theme/templates/.#index.html’
/ ‘theme/templates/index.html’
This commit is contained in:
parent
3eaf83720f
commit
bb5a746602
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
||||||
doohoyi@DoohouicBookAir.16357
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
|
|
||||||
{# disabled 'article' links, re-enable changing tag 'div' -> 'a' #}
|
{# disabled 'article' links, re-enable changing tag 'div' -> 'a' #}
|
||||||
<article href="{{ SITEURL }}/{{ article.url }}" class="title db b pb2">
|
<article href="{{ SITEURL }}/{{ article.url }}" class="title db b pb2 o-70">
|
||||||
{{ article.title }}
|
{{ article.title }}
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue