Fix layouts

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-11-30 15:30:18 +03:00
parent cdf2cef218
commit 2fdc6677dc
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C
5 changed files with 15 additions and 6 deletions

View file

@ -23,6 +23,13 @@ plugins:
markdown: kramdown
social:
name: Ivan Bushchik
links:
- https://github.com/ivabus
- https://social.treehouse.systems/@ivabus
- https://vk.com/ivabus
kramdown:
input: GFM
syntax_highlighter: rouge

View file

@ -2,10 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="preload" href="/assets/fonts/JetBrainsMono-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin="anonymous"/>
<link rel="preload" href="/assets/fonts/JetBrainsMono-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin="anonymous">
<meta name="viewport" content="width=device-width">
<link href="/assets/css/style.css" rel="stylesheet" />
{% seo %}
<link href="/assets/css/style.css" rel="stylesheet">
{% seo title=false %}
<title>{% if page.name != "index.md" %}{{page.title}} | {% endif %}{{site.name}}</title>
</head>
<body>
@ -52,5 +53,7 @@
<br>
<p class="copyright">All content copyright Ivan Bushchik. Powered by <a href="https://github.com/ivabus/nixos">NixOS</a> and <a href="http://jekyllrb.com">Jekyll</a></p>
</footer>
</div>
</body>
</html>

View file

@ -37,4 +37,3 @@ I'm usually known as `ivabus` online. Below are some of the accounts where I pub
## Offtopic
- [Devoted to fumo telegram channel](https://ивабус.рф/фумо)

View file

@ -14,7 +14,7 @@ title: "Blog"
<p>{{ post.summary }}</p>
{% endif %}
{% if post.img %}
<img src="{{ post.img }}" width=600/>
<img src="{{ post.img }}" width=600 />
{% endif %}
</article>
{% endfor %}