File tree 5 files changed +9
-9
lines changed
exampleSite/content/posts
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title = "Markdown Syntax Guide"
3
3
description = """ Sample article showcasing basic Markdown syntax and \
4
4
formatting for HTML elements."""
5
5
draft = false
6
- date = " 2023-07-28 "
6
+ date = " 2024-05-06T01:22:51+0530 "
7
7
author = " Hugo Authors"
8
8
tags = [" markdown" , " xterm" , " css" , " html" ]
9
9
categories = [" themes" , " syntax" ]
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
8
8
{{- if or (.Params.Date) (.Params.Author) }}
9
9
< div class ="post-meta ">
10
10
{{- with .Params.Date }}
11
- < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}">
11
+ < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 MST " }}">
12
12
Published on
13
- {{ .Format "2006-01-02 15:04:05 IST " }}
13
+ {{ .Format "2006-01-02 15:04:05 MST " }}
14
14
</ time >
15
15
{{- end }}
16
16
@@ -19,7 +19,7 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
19
19
{{- end }}
20
20
21
21
{{- with .Params.LastMod }}
22
- < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}"> last modified {{ .Format "2006-01-02 15:04:05 IST " }}. </ time >
22
+ < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 MST " }}"> last modified {{ .Format "2006-01-02 15:04:05 MST " }}. </ time >
23
23
{{- end }}
24
24
</ div >
25
25
{{- end }}
Original file line number Diff line number Diff line change 1
1
{{- /* site build info */}}
2
2
< p class ="buildinfo ">
3
3
{{- /* site build timestamp */}}
4
- < time datetime ="{{ now.Format "2006-01-02 15:04:05 IST " }}"> Site built on: {{ now.Format "2006-01-02 15:04:05 IST " }}</ time >
4
+ < time datetime ="{{ now.Format "2006-01-02 15:04:05 MST " }}"> Site built on: {{ now.Format "2006-01-02 15:04:05 MST " }}</ time >
5
5
6
6
{{- with site.Params.git.last_commit -}}
7
7
{{- $commitUrl := "" -}}
Original file line number Diff line number Diff line change 52
52
< meta property ="article:published_time " content ="{{ time .Date }} " />
53
53
{{- end }}
54
54
{{- with .Params.LastMod }}
55
- < meta property ="article:modified_time " content ="{{ .Format "2006-01-02 15:04:05 IST " }}" />
55
+ < meta property ="article:modified_time " content ="{{ .Format "2006-01-02 15:04:05 MST " }}" />
56
56
{{- end }}
57
57
< meta property ="article:author " content ="{{ .Params.Author | default site.Title }} " />
58
58
{{- if .Params.cover -}}
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
19
19
{{- if or (.Params.Date) (.Params.Author) }}
20
20
< div class ="post-meta ">
21
21
{{- with .Params.Date }}
22
- < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}">
22
+ < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 MST " }}">
23
23
Published on
24
- {{ .Format "2006-01-02 15:04:05 IST " }}
24
+ {{ .Format "2006-01-02 15:04:05 MST " }}
25
25
</ time >
26
26
{{- end }}
27
27
@@ -30,7 +30,7 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
30
30
{{- end }}
31
31
32
32
{{- with .Params.LastMod }}
33
- < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}"> last modified {{ .Format "2006-01-02 15:04:05 IST " }}. </ time >
33
+ < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 MST " }}"> last modified {{ .Format "2006-01-02 15:04:05 MST " }}. </ time >
34
34
{{- end }}
35
35
</ div >
36
36
{{- end }}
You can’t perform that action at this time.
0 commit comments