mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-21 06:30:43 +00:00
Close #5 and modified css
This commit is contained in:
13
src/_layouts/layout.html
Normal file
13
src/_layouts/layout.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- prettier-ignore -->
|
||||
{% extends template.self %}
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{% block style %}
|
||||
{{ super() }}
|
||||
<link rel="stylesheet" href="/_styles/base.css" />
|
||||
{% endblock %}
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{% block body %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user