Hello all,
Problem/Motivation
On the file templates/content/node.html.twig, the twig code is written like this:
{% trans %} Submitted by %author_name% on %date% {% endtrans %}
Steps to reproduce
- Install the theme
- Activate "Display author and date information" on any content type
- Create a content on that type
- It doesn't print the info
Proposed resolution
Changing the code like this would work:
{% trans %} Submitted by {{ author_name }} on {{ date }} {% endtrans %}
Best,
Orkut
Issue fork revolt-3388514
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
orkutmuratyilmazI did the patch and tested it. So that, I'm creating a merge request, respectively.
Comment #4
rushikesh raval commentedI have tested MR!4. It working as per requirement and solve the issue. so moving it RTBC.
Comment #7
yogesh.k commentedComment #8
yogesh.k commentedComment #9
pkghang commented