# Avoid extra date without post title, see screenshot

**URL:** https://talk.jekyllrb.com/t/avoid-extra-date-without-post-title-see-screenshot/3693
**Category:** Help
**Created:** [December 8, 2019, 5:21pm UTC](https://talk.jekyllrb.com/t/avoid-extra-date-without-post-title-see-screenshot/3693 "2019-12-08T17:21:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![leela52452](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/leela52452/32/1949_2.png) [@leela52452](https://talk.jekyllrb.com/u/leela52452)
#### Post date: [December 8, 2019, 5:21pm UTC](https://talk.jekyllrb.com/t/avoid-extra-date-without-post-title-see-screenshot/3693/1 "2019-12-08T17:21:23Z")

</div>

i have created a post today.  
however when i visit [https://leela52452.gitlab.io/](https://leela52452.gitlab.io/)  
it displays

> Posts

```
Dec 8, 2019
Dec 8, 2019
december eight

```

how can i avoid extra date without post title ?

my repo [https://gitlab.com/leela52452/leela52452.gitlab.io![Screenshot\_2019-12-08-22-51-52|300x500](upload://cTd7D8o7JVCurlUEU2xtLQswzpo.png)](https://gitlab.com/leela52452/leela52452.gitlab.io!%5BScreenshot_2019-12-08-22-51-52%7C300x500%5D(upload://cTd7D8o7JVCurlUEU2xtLQswzpo.png))

---

<div class="post-metadata">

### Author: ![rdyar](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/rdyar/32/710_2.png) [@rdyar](https://talk.jekyllrb.com/u/rdyar)
#### Post date: [December 8, 2019, 6:42pm UTC](https://talk.jekyllrb.com/t/avoid-extra-date-without-post-title-see-screenshot/3693/2 "2019-12-08T18:42:38Z")

</div>

if you look at it in chrome inspector that first line has a link to one of the 10-18-19 KISS articles. I can’t tell which one, but something about one of those is causing it I think.

 ![image](https://canada1.discourse-cdn.com/flex030/uploads/jekyllrb/original/2X/e/e1007148b4097af45cbe8bd6430b9abeb4ec2e06.png)

Also, the way you are doing the posts is not correct - the post should just be the article content - you have an entire web page including the head. That part is being handled by the layouts so you don’t need any of that in the post.

---

<div class="post-metadata">

### Author: ![leela52452](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/leela52452/32/1949_2.png) [@leela52452](https://talk.jekyllrb.com/u/leela52452)
#### Post date: [December 9, 2019, 1:02am UTC](https://talk.jekyllrb.com/t/avoid-extra-date-without-post-title-see-screenshot/3693/3 "2019-12-09T01:02:14Z")

</div>

the issue is resolved by removing `:` in title of front matter. 😇

---

<div class="post-metadata">

### Author: ![leela52452](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/leela52452/32/1949_2.png) [@leela52452](https://talk.jekyllrb.com/u/leela52452)
#### Post date: [December 9, 2019, 1:35am UTC](https://talk.jekyllrb.com/t/avoid-extra-date-without-post-title-see-screenshot/3693/4 "2019-12-09T01:35:09Z")

</div>

> [@](#):
>
> Also, the way you are doing the posts is not correct - the post should just be the article content - you have an entire web page including the head. That part is being handled by the layouts so you don’t need any of that in the post.

can you please eloborate reasons @ [Can i use HTML code in post?](https://talk.jekyllrb.com/t/does-my-jekyll-theme-automatically-detect-content-language/3694)

thank you 😇
