diff --git a/.editorconfig b/.editorconfig
index 1488418e..6439202e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,5 +3,5 @@ root = true
[*]
indent_style = space
indent_size = 2
-insert_final_newline = true
-end_of_line = lf
\ No newline at end of file
+insert_final_newline = false
+end_of_line = lf
diff --git a/exampleSite/content/test-product/tables/examples/n4a-config.md b/exampleSite/content/test-product/tables/examples/n4a-config.md
index 1fad749c..9b01fa96 100644
--- a/exampleSite/content/test-product/tables/examples/n4a-config.md
+++ b/exampleSite/content/test-product/tables/examples/n4a-config.md
@@ -8,15 +8,15 @@ type:
## NGINX filesystem restrictions
NGINXaaS for Azure places restrictions on the instance's filesystem; only a specific set of directories are allowed to be read from and written to. Below is a table describing what directories the NGINX worker process can read and write to and what directories files can be written to. These files include certificate files and any files uploaded to the deployment, excluding NGINX configuration files.
- {{}}
+{{}}
| Allowed Directory | NGINX worker process can read/write to | Files can be written to |
- |------------------ | ----------------- | ----------------- |
- | /etc/nginx | | ✓ |
- | /opt | ✓ | ✓ |
- | /srv | ✓ | ✓ |
- | /tmp | ✓ | |
- | /var/cache/nginx | ✓ | |
- | /var/www | ✓ | ✓ |
+ |-------------------- | -------------------- | -------------------- |
+ | /etc/nginx | | {{< icon "check" >}} |
+ | /opt | {{< icon "check" >}} | {{< icon "check" >}} |
+ | /srv | {{< icon "check" >}} | {{< icon "check" >}} |
+ | /tmp | {{< icon "check" >}} | |
+ | /var/cache/nginx | {{< icon "check" >}} | |
+ | /var/www | {{< icon "check" >}} | {{< icon "check" >}} |
{{}}
Attempts to access other directories will be denied and result in a `5xx` error.
@@ -50,4 +50,4 @@ Some directives cannot be overridden by the user provided configuration.
| `master_process` | `on` | This directive is intended for NGINX developers. |
| `worker_cpu_affinity` | `auto` | The value `auto` allows binding worker processes automatically to available CPUs based on the current capacity of the deployment. |
-{{}}
\ No newline at end of file
+{{}}
diff --git a/layouts/partials/lucide.html b/layouts/partials/lucide.html
index de028613..588b2c6a 100644
--- a/layouts/partials/lucide.html
+++ b/layouts/partials/lucide.html
@@ -1,7 +1,7 @@
{{- /* Usage: */ -}}
{{- /* (dict "context" . "icon" "circle") */ -}}
+ {{- with printf "images/lucide-sprite.svg#%s" .icon -}}
+
+ {{- end -}}
+
\ No newline at end of file