mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 11:32:26 +00:00
Update actions/configure-pages action to v5
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="{{ $image.RelPermalink}}">
|
||||
<img src="{{ $image.RelPermalink}}" alt="">
|
||||
</td>
|
||||
<td>
|
||||
<p><a href="{{ .RelPermalink }}">{{.Title}}</a> - {{ .Params.author }}<br />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ with resources.Get "images/rose_logo.gif" }}
|
||||
<h1><a href="{{ absURL "" }}" border="0"><img src="{{ .RelPermalink }}" alt="The logo of Leigh Hackspace" width="70px"></a> Leigh
|
||||
<h1><a href="{{ absURL "" }}"><img src="{{ .RelPermalink }}" alt="The logo of Leigh Hackspace" width="70px"></a> Leigh
|
||||
Hackspace</h1>
|
||||
{{ end }}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user