diff --git a/templates/layouts/dark.html b/templates/layouts/dark.html index 9cdc54e..20803ab 100644 --- a/templates/layouts/dark.html +++ b/templates/layouts/dark.html @@ -63,6 +63,8 @@
{{ template "alerts.html" . }}
+ {{ template "media.html" . }} +
{{ template "figure.html" . }}
{{ template "highlight-js.html" . }} diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 15d115e..b808a6e 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -37,6 +37,8 @@
{{ template "alerts.html" . }}
+ {{ template "media.html" . }} +
{{ template "figure.html" . }}
{{ template "highlight-js.html" . }} diff --git a/templates/layouts/sans-dark.html b/templates/layouts/sans-dark.html index ee58fe1..1995192 100644 --- a/templates/layouts/sans-dark.html +++ b/templates/layouts/sans-dark.html @@ -58,6 +58,8 @@
{{ template "alerts.html" . }}
+ {{ template "media.html" . }} +
{{ template "figure.html" . }}
{{ template "highlight-js.html" . }} diff --git a/templates/layouts/sans.html b/templates/layouts/sans.html index 7ad1880..3595f3b 100644 --- a/templates/layouts/sans.html +++ b/templates/layouts/sans.html @@ -45,6 +45,8 @@
{{ template "alerts.html" . }}
+ {{ template "media.html" . }} +
{{ template "figure.html" . }}
{{ template "highlight-js.html" . }} diff --git a/templates/partials/media.html b/templates/partials/media.html new file mode 100644 index 0000000..fc7e61b --- /dev/null +++ b/templates/partials/media.html @@ -0,0 +1,19 @@ +

Media

+
+
+
Picsum
+
+
+
Media Left Element
+
This is the media content
+
+
+
+
+
Media Right Element
+
This is the media content
+
+
+
Picsum
+
+
\ No newline at end of file diff --git a/templates/partials/nav-list.html b/templates/partials/nav-list.html index 0162b1f..9e91de0 100644 --- a/templates/partials/nav-list.html +++ b/templates/partials/nav-list.html @@ -2,15 +2,15 @@