From: Fl_GUI Date: Sun, 26 Jan 2025 16:53:46 +0000 (+0100) Subject: add link to container X-Git-Url: https://git.openfl.eu/?a=commitdiff_plain;h=3004038a3d95eb64f08f2a43246005a4042f1fc7;p=yampl.git add link to container --- diff --git a/examples/templates/yampl/main.html b/examples/templates/yampl/main.html index 83bc129..848af3e 100644 --- a/examples/templates/yampl/main.html +++ b/examples/templates/yampl/main.html @@ -9,7 +9,7 @@ {{ with .Project }}

{{ .name }}

{{ .description }}

- git +

git container image

{{ end }}

backlog


diff --git a/examples/toml/yampl.toml b/examples/toml/yampl.toml index da27d24..fdf76e2 100644 --- a/examples/toml/yampl.toml +++ b/examples/toml/yampl.toml @@ -6,6 +6,7 @@ You are looking at it right now! The name was originally chosen as a combination of yaml and templates, but I switched to toml files. ''' source="https://git.openfl.eu/?p=yampl.git" +container="https://containers.openfl.eu/browser/repo/local/yampl/tag/deploy" [[items]] name = "hello world" diff --git a/static/style.css b/static/style.css index 220232d..c6acc9f 100644 --- a/static/style.css +++ b/static/style.css @@ -6,6 +6,11 @@ body { font-size: xxx-large; } +@font-face { + font-family: 'Noto Color Emoji'; + src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf); +} + .column { max-width: 50%; }