From c319e3590d99faf559a28d02deebd0a5fbbc508c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 16 Sep 2022 16:04:52 -0400 Subject: [PATCH] better media integration --- layouts/partials/profile.html | 6 ++--- layouts/shortcodes/gif.html | 4 ++++ layouts/shortcodes/video.html | 5 ++-- static/css/theme.css | 44 ++++++++++++++++++++++++---------- static/res/bg5.png | Bin 0 -> 572098 bytes static/res/default.png | Bin 0 -> 173499 bytes static/res/sand.png | Bin 0 -> 629263 bytes 7 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 layouts/shortcodes/gif.html create mode 100644 static/res/bg5.png create mode 100644 static/res/default.png create mode 100644 static/res/sand.png diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html index a0a53b3..08a4de5 100644 --- a/layouts/partials/profile.html +++ b/layouts/partials/profile.html @@ -1,11 +1,11 @@
- +
-

{{.Site.Data.details.name}}

-

{{.Site.Data.details.bio}}

+

{{.Site.Title}}

+

{{.Site.Params.subtitle}}

{{ if .Site.Data.details.links }}