updates
This commit is contained in:
@@ -1 +1,15 @@
|
||||
{% extends "templates/layout/base.twig" %}
|
||||
|
||||
{% if page.meta.hasCode %}
|
||||
{% block css %}
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism-tomorrow.min.css" rel="stylesheet"/>
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "templates/layout/base.twig" %}
|
||||
{% extends "index.twig" %}
|
||||
{% block content %}
|
||||
{{parent()}}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "templates/layout/base.twig" %}
|
||||
{% extends "index.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="parallax-container" style="height: 60vh;">
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{% extends "templates/layout/base.twig" %}
|
||||
|
||||
{% block css %}
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism-tomorrow.min.css"
|
||||
rel="stylesheet" />
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user