diff options
| author | seth <[email protected]> | 2023-04-22 19:10:16 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-22 19:10:23 -0400 |
| commit | aff0fff062a49636c40151259250a90bcd964a64 (patch) | |
| tree | fc1a67b850431bd7e129b9f1aaabd27dcf8f8f0b /src/_includes/components/footer.njk | |
| parent | 2f9c19f1c69ab1c53c032c53f92c05f502999a1d (diff) | |
fix(actions): format .njk files
Diffstat (limited to 'src/_includes/components/footer.njk')
| -rw-r--r-- | src/_includes/components/footer.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_includes/components/footer.njk b/src/_includes/components/footer.njk index f9aacaa..2d88e70 100644 --- a/src/_includes/components/footer.njk +++ b/src/_includes/components/footer.njk @@ -1,6 +1,6 @@ <footer> <div id="commitText"> <a href="https://github.com/getchoo/getchoo.github.io">source</a> - commit: {{ gitRevision }} + commit: {{ gitRevision }} </div> </footer> |
