Skip to content

Commit fde06b5

Browse files
committed
Fix inline images
1 parent 126ce28 commit fde06b5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

content/arduino-libraries/tc-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ We have tested the designer application and embedCONTROL on a Raspberry PI, so n
9090

9191
## Remotely controlling your menu / IoT
9292

93-
<img class="pull-left" src="/products/arduino-libraries/images/apps/embed-control/mainicon.png" width="120" alt="IoT control with embedCONTROL"/>Our menu designer can build in IoT capabilities near automatically (on Ethernet2, UipEthernet (ENC28J60), ESP8266-WiFi, ESP32-WiFi, Bluetooth and Serial). Allowing you to [remotely monitor and control your device using Embed Control](https://www.thecoderscorner.com/products/apps/embed-control/) with minimal effort.
93+
{{< img class="pull-left" src="/products/arduino-libraries/images/apps/embed-control/mainicon.png" width="120" alt="IoT control with embedCONTROL" >}} Our menu designer can build in IoT capabilities near automatically (on Ethernet2, UipEthernet (ENC28J60), ESP8266-WiFi, ESP32-WiFi, Bluetooth and Serial). Allowing you to [remotely monitor and control your device using Embed Control](https://www.thecoderscorner.com/products/apps/embed-control/) with minimal effort.
9494

9595
However, to write your own remote monitoring, use our [Java Remote API]({{< relref "tcmenu-java-api-to-arduino-remote-control.md" >}}), [TypeScript/JavaScript API](https://github.com/TcMenu/embedcontrolJS), [C#/DotNet API](https://github.com/TcMenu/tcmenu-dotnet-sdk), or the [Python API](https://github.com/TcMenu/tcmenu-python-api). Coming soon is a Dart API.
9696

layouts/shortcodes/img.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<img src="{{ .Site.BaseURL }}{{ .Get "src" }}" alt="{{ .Get "alt" }}"
2+
{{ if (.Get "class") }}
3+
class="{{ .Get "class"}}"
4+
{{ end }}
5+
{{ if (.Get "width") }}
6+
width="{{ .Get "width"}}"
7+
{{ end }}
8+
/>

0 commit comments

Comments
 (0)