File tree 3 files changed +12
-14
lines changed
3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 7
7
<ul >
8
8
<li >
9
9
<time datetime =" {{ post.meta.date }}" > {{ post.meta.date[:7] }} </time >
10
- {% if post .meta .external_url %}
11
- <a href =" {{ post.meta.external_url }}" >{{ post.meta.title }} (external)</a ></li >
12
- {% else %}
13
- <a href =" /p/{{ post.slug }}" >{{ post.meta.title }}</a >
14
- {% endif %}
15
- </li >
10
+ {% if post .meta .external_url %}
11
+ <a href =" {{ post.meta.external_url }}" >{{ post.meta.title }} (external)</a ></li >
12
+ {% else %}
13
+ <a href =" /p/{{ post.slug }}" >{{ post.meta.title }}</a ></li >
14
+ {% endif %}
16
15
</ul >
17
16
{% endfor %}
18
17
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- <html >
2
+ <html lang = " en " >
3
3
<head >
4
- <meta charset =" utf-8" / >
5
- <meta name =" viewport" content =" width=device-width, initial-scale=1" / >
6
- <meta name =" color-scheme" content =" light dark" / >
4
+ <meta charset =" utf-8" >
5
+ <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6
+ <meta name =" color-scheme" content =" light dark" >
7
7
<title >{% block title %} Ankush Menat{% endblock %} </title >
8
8
{% block meta %}{% endblock %}
9
9
<style >
Original file line number Diff line number Diff line change 2
2
{% block title %} {{ post.meta.title }} | {{ super() }} {% endblock %}
3
3
4
4
{% block meta %}
5
- <meta property =" og:title" content =" {{ post.meta.title }}" / >
6
- <meta property =" og:type" content =" article" / >
7
- <meta property =" og:description" content =" {{ post.meta.subtitle }} " / >
5
+ <meta property =" og:title" content =" {{ post.meta.title }}" >
6
+ <meta property =" og:type" content =" article" >
7
+ <meta property =" og:description" content =" {{ post.meta.subtitle }}" >
8
8
{% endblock %}
9
9
10
10
{% block body %}
14
14
<article >
15
15
{{ post.content }}
16
16
</article >
17
-
18
17
{% endblock %}
19
18
20
19
{% block source %} https://github.com/ankush/ankush.dev/blob/develop/content/posts/{{ post.slug }}.md{% endblock %}
You can’t perform that action at this time.
0 commit comments