Skip to content

Commit

Permalink
fix devtest/flex-list.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 23, 2024
1 parent 02870ed commit 03c331f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/devtest/flex-list.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
t{template "base/head" .}}
{{template "base/head" .}}
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/devtest.css?v={{AssetVersion}}">
<div class="page-content devtest">
<div class="ui container">
Expand Down Expand Up @@ -73,7 +73,7 @@ t{template "base/head" .}}
</div>
<div class="flex-item-trailing">
<a class="muted" href="{{$.Link}}">
<span class="flex-text-inline"><i class="color-icon gt-mr-3 tw-bg-cyan"></i>Go</span>
<span class="flex-text-inline"><i class="color-icon gt-mr-3 tw-bg-blue"></i>Go</span>
</a>
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-star" 16}}45000</a>
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-git-branch" 16}}1234</a>
Expand Down

0 comments on commit 03c331f

Please sign in to comment.