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

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord-asnaghi <asnaghi@me.com>2020-05-18 00:31:48 +0300
committerd-asnaghi <asnaghi@me.com>2020-05-18 00:31:48 +0300
commit0d20624c98a897d44f3a31acf3f5c602feef36cd (patch)
tree097080f7ce4d6526f5b17fb21b7fd1786bdeca9c
parentb46858d6958f82ab602d4ade08941df102584752 (diff)
[CMS] added logo
-rw-r--r--static/admin/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 9647641..f79364f 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -15,6 +15,7 @@ collections:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Description', name: 'description', widget: 'string' }
+ - { label: 'Logo', name: 'logo', widget: 'string' }
- { label: 'Background', name: 'background', widget: 'image' }
- name: 'pages'
label: 'Pages'
@@ -27,7 +28,6 @@ collections:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Description', name: 'description', widget: 'string' }
- - { label: 'Background', name: 'background', widget: 'image' }
- name: 'posts'
label: 'Posts'
folder: 'content/posts'