aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.media.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-31 21:03:07 -0400
committertdro <tdro@noreply.example.com>2023-08-31 21:04:26 -0400
commit226f80efd8fc29ce37f32548e51df75f43a20702 (patch)
tree24fea0e249d54e00ea66292677cf55f0e1526298 /themes/default/layouts/_default/section.media.html
parentb91a12a12f9df5ede9abf1991ebee1fd35b7e384 (diff)
downloadcanory-226f80efd8fc29ce37f32548e51df75f43a20702.tar.gz
canory-226f80efd8fc29ce37f32548e51df75f43a20702.tar.bz2
canory-226f80efd8fc29ce37f32548e51df75f43a20702.zip
themes/default/layouts/partials: Make CSS in HTML easy to find
Diffstat (limited to 'themes/default/layouts/_default/section.media.html')
-rw-r--r--themes/default/layouts/_default/section.media.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/section.media.html b/themes/default/layouts/_default/section.media.html
index db6153e..274a6ab 100644
--- a/themes/default/layouts/_default/section.media.html
+++ b/themes/default/layouts/_default/section.media.html
@@ -2,7 +2,7 @@
{{- $author := partial "function-authors-data.html" . -}}
{{- $author = $author.user -}}
<style>
- {{ partial "styles-navigator.html" (dict "Link" "/") | safeCSS }}
+ {{ partial "navigator.css.html" (dict "Link" "/") | safeCSS }}
tab-bar a[href="{{ .Site.BaseURL }}/{{ $author }}/media/"] {
color: #111;