< ‘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:
Dooho Yi 2020-04-30 22:27:35 +09:00
parent ccf868ec56
commit a0828afc23
4 changed files with 5 additions and 3 deletions

View file

@ -1 +0,0 @@
kiki

View file

@ -0,0 +1,3 @@
오늘은 커피를 한잔도 안마셨다.
웹사이트를 만드는 거, 어렵고, 힘들다.
이게 사실은, 그렇게 힘들고 어렵지 않아야 한다고 생각하기 때문에 더 어렵다.

View file

@ -3,7 +3,7 @@
<head>
<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">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<style>
@ -46,7 +46,7 @@
{% if not HIDE_DATE %}
<time class="db w-100 tr pb4 o-30" datetime="{{ article.date.isoformat() }}">
{{ article.locale_date }}
{{ article.date.isoformat() }}
</time>
{% endif %}