New post in drafts and almost ready. Also on a new computer, so had to re-download all the theme and submodules. Thinking of just converting the box submodule to be native to my blog for easier maintenence. Need to proof this last post on google sheets and publish tomorrow morning.

This commit is contained in:
Norm Rasmussen
2024-02-26 16:42:10 -05:00
parent b55aa03260
commit 37e4a34de7
14418 changed files with 60935 additions and 1182 deletions

View File

@ -0,0 +1,28 @@
{{/* Source: https://gitlab.com/Roneo/hugo-shortcode-roneo-collection */}}
{{/* Check if the shortcode was already loaded on this page and load CSS only the first time */}}
{{- if not ($.Page.Scratch.Get "column_count") -}}
<style>
div.splitbox {width:100%; overflow:auto;}
div.splitbox div.column-left {
width:48%;
float:left;}
div.splitbox div.column-right {
width:48%;
float:right;}
@media only screen and (max-width: 600px) {
div.splitbox div.column-left {
width:100%;
float:left;}
div.splitbox div.column-right {
width:100%;
float:left;}
}
</style>
{{- end -}}
{{- $.Page.Scratch.Add "column_count" 1 -}}
<div class="splitbox"><div class="column-left">