Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ table_of_content = true

# copyright
theme_copyright = false
copyright = "The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [**Trademark Usage**.](https://www.linuxfoundation.org/legal/trademark-usage) <br> **Microcks** is a [**Cloud Native Computing Incubating**](https://landscape.cncf.io/?selected=microcks&item=app-definition-and-development--application-definition-image-build--microcks) project 🚀"
copyright = "Copyright &copy; {year} The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [**Trademark Usage**.](https://www.linuxfoundation.org/legal/trademark-usage) <br> **Microcks** is a [**Cloud Native Computing Incubating**](https://landscape.cncf.io/?selected=microcks&item=app-definition-and-development--application-definition-image-build--microcks) project 🚀"

# Preloader
[preloader]
Expand Down
2 changes: 1 addition & 1 deletion themes/microcks/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
</div>
<div class="border-top border-default text-center py-4 mt-4" style="width: 100%;">
<small class="content">{{ site.Params.Copyright | markdownify }}</small>
<small class="content">{{ replace site.Params.Copyright "{year}" (now.Format "2006") | markdownify }}</small>
</div>
<!-- Add scarf.sh gentle pixel tracker -->
<img style="max-width: 0px; max-height: 0px;" referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=19c4c77c-b3f5-4936-a328-7248d6f29cae" />
Expand Down
Loading