diff --git a/blog/index.qmd b/blog/index.qmd index f1171d0..07c8f88 100644 --- a/blog/index.qmd +++ b/blog/index.qmd @@ -1,16 +1,13 @@ --- -title: Computo Blog +title: Frequently Asked Questions listing: contents: . - sort: date desc + sort: title fields: - - date - title - - description - categories - feed: true page-layout: full title-block-banner: true --- -Welcome to the Computo blog, where we share updates, tutorials, and information about computational reproducibility in research. +Additional details and support for authors diff --git a/custom.scss b/custom.scss index c7e96fb..a2068f7 100644 --- a/custom.scss +++ b/custom.scss @@ -33,3 +33,7 @@ $primary: #034e79; // h1, h2, h3, h4, h5, h6 { // text-shadow: -1px -1px 0 rgba(0, 0, 0, .3); // } + +div.quarto-post { + display: block; +}