Welcome to mirror list, hosted at ThFree Co, Russian Federation.

04-no-sidebar.md « blog « content « exampleSite - github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca7ed129f675d0140d050ba34c2c783908f65d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
+++
description = "An example of a post without a sidebar"
date = "2017-12-25T00:00:00"
thumbnail = "images/pic08.jpg"
image = "images/pic01.jpg"
title = "No Sidebar"
slug = "no-sidebar"
author = "John Smith"
draft = false
disqusid = "4"
hidesidebar = true
+++
An example of a post without a sidebar.

```
+++
hidesidebar = true
+++
```