Update templates to match grav v1.7.5 #46

Merged
meaz merged 1 commits from grav_update into master 2021-03-09 14:37:30 +01:00
Owner

THere is one line I'm not sure of, so I uncommented it:

<script>window.jQuery || document.write('<script src="{{ url('theme://js/jquery-1.10.2.min.js') }}"><\/script>')</script>

Indeed, it is rendered like this otherwise:

<script>window.jQuery || document.write('<script src=""><\/script>')</script>

I don't think it is much of a problem as we don't use js anyway.

Also, I wasn't able to test with Grav 1.6.1 (the prod version), for some reason I wasn't able to deploy it with vagrant. But I tested it with 1.6.18 and it worked.

THere is one line I'm not sure of, so I uncommented it: ``` <script>window.jQuery || document.write('<script src="{{ url('theme://js/jquery-1.10.2.min.js') }}"><\/script>')</script> ``` Indeed, it is rendered like this otherwise: ``` <script>window.jQuery || document.write('<script src=""><\/script>')</script> ``` I don't think it is much of a problem as we don't use js anyway. Also, I wasn't able to test with Grav 1.6.1 (the prod version), for some reason I wasn't able to deploy it with vagrant. But I tested it with 1.6.18 and it worked.
muppeth was assigned by meaz 2021-02-06 00:09:50 +01:00
antilopa was assigned by meaz 2021-02-06 00:09:50 +01:00
meaz added 1 commit 2021-02-06 00:09:52 +01:00
antilopa approved these changes 2021-03-09 11:55:35 +01:00
meaz merged commit 0f2e8cc812 into master 2021-03-09 14:37:30 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Disroot-themes/grav-theme-disroot#46
No description provided.