aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/templates/articles/show.tmpl
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2025-02-11 17:50:21 +0530
committerVikas Kushwaha <dev@vikas.rocks>2025-02-11 17:50:21 +0530
commite44397dcbb9454f89b8263738d5ccf1e20a12074 (patch)
tree1c2b5816c597ddd10c7afb68ed2af7cc2c26d56d /cmd/web/templates/articles/show.tmpl
parentc720f1f85e5ec7c93604462b7a70e1f84a1ce244 (diff)
Substituted 'article' with 'project' in filenamesHEADmaster
Diffstat (limited to 'cmd/web/templates/articles/show.tmpl')
-rw-r--r--cmd/web/templates/articles/show.tmpl38
1 files changed, 0 insertions, 38 deletions
diff --git a/cmd/web/templates/articles/show.tmpl b/cmd/web/templates/articles/show.tmpl
deleted file mode 100644
index 2078016..0000000
--- a/cmd/web/templates/articles/show.tmpl
+++ /dev/null
@@ -1,38 +0,0 @@
-<div class="post-page">
-
- <div class="banner">
- <div class="container">
- <h1 id="project-detail__title">
- {{ .Project.Title }}
- </h1>
-
- {{ template "projects/partials/detail-post-meta" . }}
- </div>
- </div>
-
- <div class="project-detail container page">
- <div class="row post-content">
- <div class="col-md-12">
- {{ .Project.Body }}
- </div>
- <div class="col-md-12 m-t-2">
- <ul class="tag-list">
- {{ range $tag := .Project.Tags }}
- <li class="tag-default tag-pill tag-outline">{{ $tag.Name }}</li>
- {{ end }}
- </ul>
- </div>
- </div>
-
- <hr />
-
- <div class="post-actions">
- {{ template "projects/partials/detail-post-meta" . }}
- </div>
-
- <div class="row">
- <div class="col-md-8 col-md-offset-2" hx-get="/htmx/projects/{{ .Project.Slug }}/comments" hx-trigger="load"></div>
- </div>
-
- </div>
-</div> \ No newline at end of file