mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
Adding linter
This commit is contained in:
parent
d9bf1068cb
commit
6fe8ad2523
2 changed files with 7 additions and 1 deletions
2
scripts/lint_templates.sh
Executable file
2
scripts/lint_templates.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
djlint ./server/templates --reformat --max-attribute-length 120 --max-line-length 300
|
||||
|
|
@ -100,7 +100,11 @@
|
|||
<div class="notification-container">
|
||||
<div class="notification-card dark:bg-gray-800 bg-white">
|
||||
<p class="text-2xl pb-5 text-black dark:text-white">Achtung !!!</p>
|
||||
<p class="pb-3 text-black dark:text-white">Sooo, it was going to take a while, but now we have it. Our whole Github organization is not public for now. Reddit community, that was beginning all of that also gone - reddit.com/r/paywall/comments/15jsr6z/bypass_mediumcom_paywall</br></br>We have moved to Codeberg - codeberg.org/Freedium-cfd</br></br>Medium, thank you >.</p>
|
||||
<p class="pb-3 text-black dark:text-white">Following an extended period of groundwork, we have at last reached our objective. As it stands, our entire Github organization has likely moved to private mode due to a Medium DMCA report. The Reddit community, which was the birthplace of all our efforts, has also been suspended (presumably by Medium).</br></br>
|
||||
|
||||
We are thrilled to share that we have migrated to Codeberg. We are eager to carry on our journey in this fresh setting. We appreciate the backing we received on Github and Reddit, and we aspire to see our community thrive further on Codeberg.</br></br>
|
||||
|
||||
We extend our gratitude for your comprehension and ongoing support.</br></p>
|
||||
<a href="https://patreon.com/Freedium" target="_blank" title="Patreon">
|
||||
<button class="bg-red-400 mx-1 text-white hover:bg-red-500 font-semibold py-1 px-2 rounded mt-2">
|
||||
Patreon
|
||||
|
|
|
|||
Loading…
Reference in a new issue