Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "preview-pages"
group: "pages"
cancel-in-progress: false

# Set environment variables
Expand Down
2 changes: 1 addition & 1 deletion themes/openrail/layouts/news/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<section class="news-list spotlight style2 orient-left content-align-left {{ .Params.image.class }}">
<div class="inner medium">
<header>
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<p>{{ .Date.Format "02 January 2006" }}</p>
</header>
<p>{{ .Summary }} <a href="{{ .RelPermalink }}"><br /><strong>Continue reading »</strong></a></p>
Expand Down