2 Commits
1.1.x ... 1.2.x

Author SHA1 Message Date
42d2d419e4 graph.css update 2022-12-03 04:27:37 +10:00
617d68fd4c update vk framework ang tags 2022-11-28 22:14:34 +10:00
3 changed files with 17 additions and 15 deletions

View File

@@ -3,7 +3,8 @@
"description": "My personal site", "description": "My personal site",
"readme": "README.md", "readme": "README.md",
"keywords": [ "keywords": [
"personal site", "personal",
"site",
"blog", "blog",
"articles", "articles",
"videos", "videos",
@@ -37,7 +38,7 @@
"mirzaev/minimal": "^2.0.x-dev", "mirzaev/minimal": "^2.0.x-dev",
"mirzaev/accounts": "~1.2.x-dev", "mirzaev/accounts": "~1.2.x-dev",
"mirzaev/arangodb": "^1.0.0", "mirzaev/arangodb": "^1.0.0",
"mirzaev/vk": "^4.0", "mirzaev/vk": "^5.0",
"triagens/arangodb": "~3.9.x-dev", "triagens/arangodb": "~3.9.x-dev",
"twig/twig": "^3.4", "twig/twig": "^3.4",
"guzzlehttp/guzzle": "^7.5" "guzzlehttp/guzzle": "^7.5"

View File

@@ -43,6 +43,7 @@
} }
section.graph { section.graph {
z-index : 0;
width : 100vw; width : 100vw;
height : 100vh; height : 100vh;
position : absolute; position : absolute;

View File

@@ -1,5 +1,5 @@
{% block title %} {% block title %}
<title>{% if head.title != empty %}{{head.title}}{% else %}Мирзаев{% endif %}</title> <title>{% if head.title != empty %}{{head.title}}{% else %}Нейрожурнал Мирзаева{% endif %}</title>
{% endblock %} {% endblock %}
{% block meta %} {% block meta %}