Compare commits

..

2 commits

Author SHA1 Message Date
6b259ff2c4
Remove old syna sample shortcode fragment 2024-02-12 20:22:45 +01:00
5971f1114a
Remove old generated resource files 2024-02-12 20:07:25 +01:00
5 changed files with 0 additions and 57 deletions

View file

@ -1,27 +0,0 @@
{{- $fragment := .self.Params -}}
{{- $name := strings.TrimSuffix ".md" (replace .self.Name "/index.md" "") -}}
{{- $bg := $fragment.background | default "secondary" }}
<section id="{{ $name }}">
<div class="overlay container-fluid
{{- printf " bg-%s" $bg -}}
">
<div class="container py-5">
<div class="row">
<div class="col text-center
{{- if eq $bg "dark" -}}
{{- printf " text-%s" "light" -}}
{{- else -}}
{{- printf " text-%s" "dark" -}}
{{- end -}}
">
<h4>Custom fragments</h4>
</div>
</div>
<div class="row">
<div class="col text-center">
<h5>Introducing custom fragments</h5>
<p>This is a custom fragments. Dynamically loaded since there was a call for it in the index content directory.</p>
</div>
</div>
</div>
</section>

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"Target":"style.css","MediaType":"text/css","Data":{}}

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"Target":"style.min.2e4f8ac9531e046f02be398c8d477733092448d3b81894292fd884c514ad1885.css","MediaType":"text/css","Data":{"Integrity":"sha256-Lk+KyVMeBG8CvjmMjUd3MwkkSNO4GJQpL9iExRStGIU="}}