< ‘content/posts/notes/20200421T223234+0900_(.).rst’
> ‘content/posts/notes/20200421T223234+0900_((.)).rst’ - ‘content/posts/notes/20200422T014819+0900_(.).rst’ + ‘content/posts/notes/20200430T222707+0900_(c0ffee).rst’ / ‘theme/templates/index.html’
This commit is contained in:
parent
ccf868ec56
commit
a0828afc23
4 changed files with 5 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
kiki
|
|
||||||
3
content/posts/notes/20200430T222707+0900_(c0ffee).rst
Normal file
3
content/posts/notes/20200430T222707+0900_(c0ffee).rst
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
오늘은 커피를 한잔도 안마셨다.
|
||||||
|
웹사이트를 만드는 거, 어렵고, 힘들다.
|
||||||
|
이게 사실은, 그렇게 힘들고 어렵지 않아야 한다고 생각하기 때문에 더 어렵다.
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
|
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
|
||||||
<style>
|
<style>
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
{% if not HIDE_DATE %}
|
{% if not HIDE_DATE %}
|
||||||
<time class="db w-100 tr pb4 o-30" datetime="{{ article.date.isoformat() }}">
|
<time class="db w-100 tr pb4 o-30" datetime="{{ article.date.isoformat() }}">
|
||||||
{{ article.locale_date }}
|
{{ article.date.isoformat() }}
|
||||||
</time>
|
</time>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue