Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
2625cbf230
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      layouts/events/single.html
  2. 1
    1
      layouts/events/upcoming.html

+ 1
- 1
layouts/events/single.html View File

@@ -6,7 +6,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<h1>{{ .Params.event_name }}</h1>
<h1>{{ .Title }}</h1>
<!-- <ul class="list-inline mb-50">
<li class="list-inline-item"><a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}/">{{ .Params.Author }}</a></li>
<li class="list-inline-item">{{ dateFormat "Monday, Jan 2, 2006" .Params.event_start_date }}</li>

+ 1
- 1
layouts/events/upcoming.html View File

@@ -8,7 +8,7 @@
</div>
<div class="content">
<h3><a href="{{ .Permalink }}">{{ .Params.event_name }}</a></h3>
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
<p>{{ .Summary }}</p>
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
</div>

Loading…
Cancel
Save