Remove Claude markers and resolve html errors. Add pagination to cate…#14
Remove Claude markers and resolve html errors. Add pagination to cate…#14OStefan2001 wants to merge 4 commits into
Conversation
…gory page. New style for blog/category pages.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14 +/- ##
=============================================
+ Coverage 22.44% 22.46% +0.02%
Complexity 178 178
=============================================
Files 43 43
Lines 811 819 +8
=============================================
+ Hits 182 184 +2
- Misses 629 635 +6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
alexmerlin
left a comment
There was a problem hiding this comment.
There are dozens of {% block json_ld %} {% include '@jsonld/dotkernel/... lines in the templates.
But I only see a couple of files under src/Blog/templates/page/jsonld/ - did you forget to commit them?
There was a problem hiding this comment.
- please format file so that items are aligned properly
- missing empty line at the end of the file
There was a problem hiding this comment.
Does the composer twig-cs-fix command add an empty line at the end of the file or not?
| <link href="{{ asset('css/app.css') }}" rel="stylesheet" /> | ||
| {% block stylesheets %} | ||
| {% endblock %} | ||
| {% block json_ld %}{% endblock %} |
There was a problem hiding this comment.
The block name should rather be called llm or whatever name you chose in the ConfigProviders.
New style for blog/category pages. Remove Claude markers and fix some html errors