Skip to content

Commit

Permalink
Merge branch 'release/1.0.0' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Oct 2, 2018
2 parents cfe518e + c9912cf commit f552653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Template Comments is a debugging tool that wraps your Twig `{% block %}`s and te

With more complicated "content builder" setups, this can help bring clarity to where the various HTML on your pages is coming from.

This can be especially handy when dealing with OPC (Other People's Code).
This can be especially handy when dealing with OPC (Other People's Code). It solves [this problem](https://craftcms.stackexchange.com/questions/27769/how-can-i-print-the-name-of-every-template-being-rendered-in-html-comments-when).

![Screenshot](resources/screenshots/templatecomments-example.png)

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "craft-plugin",
"version": "1.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"template comments"
"twig",
"comments",
"debugging"
],
"support": {
"docs": "https://github.com/nystudio107/craft-templatecomments/blob/v1/README.md",
Expand Down

0 comments on commit f552653

Please sign in to comment.