Skip to content

Commit 11b276c

Browse files
committed
Add Commonhaus footer
1 parent 1ba6654 commit 11b276c

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

content/documentation/providers/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ As of Pi4J 2.5 multiple providers for the same I/O type is no longer supported.
1010

1111
## Available Providers
1212

13+
**{{% notice warning %}}
14+
We plan to remove the GpioD, LinuxFS, PiGpio providers in a next release (4.1.0?) to simplify the Pi4J codebase, remove Docker native builds of libraries, and simplify the build process. Starting from Pi4J V4 we ask you to use the FFM provider and let us know if you have any issues by [creating a ticket](https://github.com/Pi4J/pi4j/issues) or [starting a discussion](https://github.com/Pi4J/pi4j/discussions).
15+
{{% /notice %}}**
16+
1317
* [FFM](/documentation/providers/ffm/)
1418
* Was introduced in Pi4J 4.0.0
1519
* Pro

themes/hugo-theme-learn/layouts/partials/footer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@
5151
{{end}}
5252
</div>
5353

54-
</section>
55-
5654
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
5755
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
5856
</div>
57+
5958
<script src="{{"js/clipboard.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
6059
<script src="{{"js/perfect-scrollbar.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
6160
<script src="{{"js/perfect-scrollbar.jquery.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<p>
2+
<img src="https://raw.githubusercontent.com/commonhaus/artwork/main/foundation/brand/svg/CF_logo_horizontal_single_white.svg" height="30"/>
3+
<br />
4+
Copyright © <a href="https://www.commonhaus.org">Pi4J</a>.
5+
All rights reserved. For details on our trademarks,
6+
please visit our <a href="https://www.commonhaus.org/policies/trademark-policy/">Trademark Policy</a>
7+
and <a href="https://www.commonhaus.org/trademarks/">Trademark List</a>.
8+
Trademarks of third parties are owned by their respective holders and their mention here does not suggest
9+
any endorsement or association.
10+
</p>
11+
12+
<p style="margin-top: 25px;"></p>
13+
114
<p>Built with <a href="https://github.com/matcornic/hugo-theme-learn"><i class="fas fa-heart"></i></a> from <a href="https://getgrav.org">Grav</a> and <a href="https://gohugo.io/">Hugo</a></p>
215

3-
<p>Visitor counter by <a href="https://clicky.com/101436354" target="_blank" rel="noopener">Clicky</a></p>
16+
<p>Visitor counter by <a href="https://clicky.com/101436354" target="_blank" rel="noopener">Clicky</a></p>
17+
18+
<p style="margin-top: 25px;"></p>

0 commit comments

Comments
 (0)