Browse Source

removing malformatted likes, replies, reposts

master
jk 4 years ago
parent
commit
33c8a88c2d
  1. 6
      config.toml
  2. 8
      content/in-reply-to/5eb2a685/index.md
  3. 3
      content/in-reply-to/_index.md
  4. 8
      content/like-of/5eb2a5af/index.md
  5. 3
      content/like-of/_index.md
  6. 8
      content/repost-of/5eb2a6fb/index.md
  7. 3
      content/repost-of/_index.md
  8. 4
      themes/anatole/static/css/style.css

6
config.toml

@ -110,17 +110,17 @@ url = "/photo/"
[[languages.en.menu.main]]
name = "Likes"
weight = 600
url = "/likes/"
url = "/like-of/"
[[languages.en.menu.main]]
name = "Replies"
weight = 700
url = "/reply/"
url = "/in-reply-to/"
[[languages.en.menu.main]]
name = "Re-posts"
weight = 800
url = "/repost/"
url = "/repost-of/"
[languages.jp]
weight = 10

8
content/in-reply-to/5eb2a685/index.md

@ -1,8 +0,0 @@
---
date: '2020-05-06 12:59:01'
draft: false
in-reply-to: 'https://jk.nipponalba.scot/images/2020/05/1588754061638-782637-800.jpeg'
posttype: in-reply-to
slug: 5eb2a685
---
Woohoo

3
content/in-reply-to/_index.md

@ -0,0 +1,3 @@
+++
Title = "Replies"
+++

8
content/like-of/5eb2a5af/index.md

@ -1,8 +0,0 @@
---
date: '2020-05-06 12:55:27'
draft: false
like-of: 'https://jk.nipponalba.scot/images/2020/05/1588754061638-782637-800.jpeg'
posttype: like-of
slug: 5eb2a5af
---

3
content/like-of/_index.md

@ -0,0 +1,3 @@
+++
Title = "Likes"
+++

8
content/repost-of/5eb2a6fb/index.md

@ -1,8 +0,0 @@
---
date: '2020-05-06 13:00:59'
draft: false
posttype: repost-of
repost-of: 'https://jk.nipponalba.scot/images/2020/05/1588754061638-782637-800.jpeg'
slug: 5eb2a6fb
---
Testing repost

3
content/repost-of/_index.md

@ -0,0 +1,3 @@
+++
Title = "Re-posts"
+++

4
themes/anatole/static/css/style.css

@ -772,9 +772,7 @@ a.btn {
padding:10px 80px;
height: 80px;
}
.page-top .nav #Likes, .page-top .nav #Replies, .page-top .nav #Re-posts{
display:none;
}
@media screen and (max-width: 960px) {
.sidebar {