Sha256: b57fcfde88291e271d0e771c4039451b24ca02e8bd9198f2e97b597b881b8ac0
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 Bytes
Contents
--- layout: default --- {% assign color = page.color | default: site.color %} <div class="w-acg min-h-screen mt-16"> <div class="w-full py-16 text-{{ color }}-50 flex flex-col justify-center items-center content-center"> <div class="text-center text-4xl font-serif">{{ page.title }}</div> <div class="text-center text-base font-sans">{{ page.description }}</div> </div> <article class="w-full my-4 mx-auto p-4 rounded-lg text-black bg-{{ color }}-50 bg-opacity-75 markdown-body">{{ content }}</article> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-acg-1.0.6 | _layouts/page.html |
jekyll-theme-acg-1.0.5 | _layouts/page.html |