We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e8578 commit 89ea58eCopy full SHA for 89ea58e
README.md
@@ -85,3 +85,17 @@ An example of how to use in your templates:
85
```
86
87
Alternatively, you could use the simple preformatted ``{{ git_authors_summary }}`` to insert a summary of the authors.
88
+
89
+## Options
90
91
+### `show_contribution`
92
93
+If this option is set to `true` (default: `false`) The contribution to a page is
94
+printed as a percentage of (source file) lines per author. The output is
95
+suppressed if there is only *one* author for a page.
96
97
+Example output:
98
99
+* Authors: [John Doe](#) (33.33%), [Jane Doe](#) (66.67%) *(more than one author)*
100
+* Authors: [John Doe](#) *(one author)*
101
0 commit comments