Recent news (#33)

* added recent news to the article page

* changed some css to scss for more convenient use of blocks

* added recent news to the article page

* changed some css to scss for more convenient use of blocks

* tags, link on image, link on categories
This commit is contained in:
trean
2022-04-21 11:28:55 +02:00
committed by GitHub
parent c6a87774a6
commit 817a8da5a0
10 changed files with 12969 additions and 5279 deletions
+6
View File
@@ -0,0 +1,6 @@
To rebuild scss to css:
``` bash
cd qdrant-landing
sass --watch ./themes/qdrant/static/css/main.scss ./themes/qdrant/static/css/main.css
```