Use four spaces in frontmatter blocks
This commit is contained in:
parent
f3756a80a6
commit
11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions
|
@ -3,12 +3,12 @@ title: Don't put business logic in templates
|
|||
date: 2024-01-10
|
||||
permalink: archive/2024/01/10/dont-put-business-logic-in-templates
|
||||
snippet: |
|
||||
Don't do what I did. Don't put business logic in your template files.
|
||||
Don't do what I did. Don't put business logic in your template files.
|
||||
tags:
|
||||
- software-development
|
||||
- clean-code
|
||||
- twig
|
||||
- automated-testing
|
||||
- software-development
|
||||
- clean-code
|
||||
- twig
|
||||
- automated-testing
|
||||
---
|
||||
|
||||
Here is some code from my website:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue