diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9cead7e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.PNG filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.JPG filter=lfs diff=lfs merge=lfs -text diff --git a/content/img/RB-w.png b/content/img/RB-w.png index e6fd6fb..114796e 100644 Binary files a/content/img/RB-w.png and b/content/img/RB-w.png differ diff --git a/content/img/blog/streamaudio/comp-wav.png b/content/img/blog/streamaudio/comp-wav.png index 2080a11..8106543 100644 Binary files a/content/img/blog/streamaudio/comp-wav.png and b/content/img/blog/streamaudio/comp-wav.png differ diff --git a/content/img/blog/streamaudio/comp.png b/content/img/blog/streamaudio/comp.png index 7c03ff3..4efe443 100644 Binary files a/content/img/blog/streamaudio/comp.png and b/content/img/blog/streamaudio/comp.png differ diff --git a/content/img/blog/streamaudio/eq.png b/content/img/blog/streamaudio/eq.png index 961e7e0..a409e36 100644 Binary files a/content/img/blog/streamaudio/eq.png and b/content/img/blog/streamaudio/eq.png differ diff --git a/content/layouts/base-container.njk b/content/layouts/base-container.njk new file mode 100644 index 0000000..601a869 --- /dev/null +++ b/content/layouts/base-container.njk @@ -0,0 +1,6 @@ +--- +layout: base.njk +--- +
+ {{content | safe}} +
\ No newline at end of file diff --git a/content/layouts/base.njk b/content/layouts/base.njk index c463381..ddb33a2 100644 --- a/content/layouts/base.njk +++ b/content/layouts/base.njk @@ -49,7 +49,8 @@ - - {{content | safe}} - + + {{content | safe}} +