-
Hi, this looks promising but I couldn't figure out how to achieve step 3 of the instructions :
> 3. Add comment submission forms and rendering macros to your theme
I realize `comments.twig` cont…
-
The sample comments.html.twig shows:
`{% if grav.twig.enable %}`
Which never is set even when twig is enabled in config/system.yaml
```
33 process:
34 markdown: true
35 twig: true…
-
Hi Rector team,
Following the recent acceptance of the proposal to use snake_case for routes in Symfony, as detailed in this [Symfony documentation pull request](https://github.com/symfony/symfony-…
-
Is there any way to force a single comment type in a file?
I have a twig file like this:
```
{% extends '_layouts/default' %}
{% block content %}
404
{% endblock %}
```
W…
-
Jira issue originally created by user AndrewCarterUK:
Currently symfony forms are used for creating an event (https://github.com/joindin/joindin-web2/blob/master/app/templates/Event/*common/form.html…
ghost updated
5 years ago
-
Thanks for the plugin. I really like it.
* After some starting problems I managed to get it working on my blog pages on a stable basis (which includes regular cache clearing of my site).
* Did some …
krdau updated
2 years ago
-
See https://github.com/getgrav/grav-plugin-comments/blob/6855c12a424f233970fad050b52a365726114bb3/templates/partials/comments.html.twig#L42
-
The current documentation for the Twig based dump script is hard (if not impossible) to follow. See PHP comments below:
``` php
-
Add missing space between twig block title and delimiter.
### 1. Why is this change necessary?
Syntax error.
### 2. What does this change do, exactly?
Add missing space between twig block …
-
Hello. I want to make a custom form to submit a comment for an article, and not to use {{ boltform('myForm') }} in order to pass some additional fields (author, articleId) that point to record relatio…