Compare commits
No commits in common. "596b4e4810ed300bc8bc84d8b0cf2c8cde8a8582" and "3febfb1a337f2ed1a851f71239cea3b9d17fcbc9" have entirely different histories.
596b4e4810
...
3febfb1a33
4 changed files with 13 additions and 34 deletions
|
|
@ -129,12 +129,10 @@ figure {
|
|||
background-color: v.$color_hr;
|
||||
border: 1px solid v.$color_tertiary;
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
figure img {
|
||||
max-width: 100%;
|
||||
border: 1px solid v.$color_tertiary;
|
||||
}
|
||||
|
||||
figcaption p {
|
||||
|
|
|
|||
10
i18n/ro.toml
10
i18n/ro.toml
|
|
@ -1,10 +0,0 @@
|
|||
Published = ""
|
||||
Updated = ""
|
||||
By = ""
|
||||
'Show larger map' = ""
|
||||
Telephone = ""
|
||||
Email = ""
|
||||
Fax = ""
|
||||
'Address' = ""
|
||||
'Our Team' = ""
|
||||
'Contact Us' = ""
|
||||
|
|
@ -1,13 +1,10 @@
|
|||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
{{ range .Pages }}
|
||||
{{ $dateMachineP := .PublishDate | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHumanP := .PublishDate | time.Format ":date_long" }}
|
||||
<section>
|
||||
<h2 class="no-bottom-margin"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
<h4 class="no-top-margin"><time datetime="{{ $dateMachineP }}">{{ $dateHumanP }}</time></h4>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
{{ range .Pages }}
|
||||
<section>
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ .Summary }}
|
||||
</section>
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
{{ range .Pages }}
|
||||
{{ $dateMachineP := .PublishDate | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||
{{ $dateHumanP := .PublishDate | time.Format ":date_long" }}
|
||||
<section>
|
||||
<h2 class="no-bottom-margin"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
<h4 class="no-top-margin"><time datetime="{{ $dateMachineP }}">{{ $dateHumanP }}</time></h4>
|
||||
{{ .Summary }}
|
||||
</section>
|
||||
{{ end }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
{{ range .Pages }}
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue