aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/templates
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
parentc720f1f85e5ec7c93604462b7a70e1f84a1ce244 (diff)
Substituted 'article' with 'project' in filenamesHEADmaster
Diffstat (limited to 'cmd/web/templates')
-rw-r--r--cmd/web/templates/home/partials/project-favorite-button.tmpl (renamed from cmd/web/templates/home/partials/article-favorite-button.tmpl)0
-rw-r--r--cmd/web/templates/projects/htmx-post-comments.tmpl (renamed from cmd/web/templates/articles/htmx-post-comments.tmpl)0
-rw-r--r--cmd/web/templates/projects/htmx-project-page.tmpl (renamed from cmd/web/templates/articles/htmx-article-page.tmpl)0
-rw-r--r--cmd/web/templates/projects/htmx-show.tmpl (renamed from cmd/web/templates/articles/htmx-show.tmpl)0
-rw-r--r--cmd/web/templates/projects/partials/comments-card.tmpl (renamed from cmd/web/templates/articles/partials/comments-card.tmpl)0
-rw-r--r--cmd/web/templates/projects/partials/comments-form.tmpl (renamed from cmd/web/templates/articles/partials/comments-form.tmpl)0
-rw-r--r--cmd/web/templates/projects/partials/comments-wrapper.tmpl (renamed from cmd/web/templates/articles/partials/comments-wrapper.tmpl)0
-rw-r--r--cmd/web/templates/projects/partials/detail-post-meta.tmpl (renamed from cmd/web/templates/articles/partials/detail-post-meta.tmpl)0
-rw-r--r--cmd/web/templates/projects/partials/favorite-button.tmpl (renamed from cmd/web/templates/articles/partials/favorite-button.tmpl)0
-rw-r--r--cmd/web/templates/projects/partials/follow-button.tmpl (renamed from cmd/web/templates/articles/partials/follow-button.tmpl)0
-rw-r--r--cmd/web/templates/projects/show.tmpl (renamed from cmd/web/templates/articles/show.tmpl)0
-rw-r--r--cmd/web/templates/users/htmx-users-projects.tmpl (renamed from cmd/web/templates/users/htmx-users-articles.tmpl)0
-rw-r--r--cmd/web/templates/users/partials/project-favorite-button.tmpl (renamed from cmd/web/templates/users/partials/article-favorite-button.tmpl)0
13 files changed, 0 insertions, 0 deletions
diff --git a/cmd/web/templates/home/partials/article-favorite-button.tmpl b/cmd/web/templates/home/partials/project-favorite-button.tmpl
index 341f458..341f458 100644
--- a/cmd/web/templates/home/partials/article-favorite-button.tmpl
+++ b/cmd/web/templates/home/partials/project-favorite-button.tmpl
diff --git a/cmd/web/templates/articles/htmx-post-comments.tmpl b/cmd/web/templates/projects/htmx-post-comments.tmpl
index 7a1aba4..7a1aba4 100644
--- a/cmd/web/templates/articles/htmx-post-comments.tmpl
+++ b/cmd/web/templates/projects/htmx-post-comments.tmpl
diff --git a/cmd/web/templates/articles/htmx-article-page.tmpl b/cmd/web/templates/projects/htmx-project-page.tmpl
index c7a567c..c7a567c 100644
--- a/cmd/web/templates/articles/htmx-article-page.tmpl
+++ b/cmd/web/templates/projects/htmx-project-page.tmpl
diff --git a/cmd/web/templates/articles/htmx-show.tmpl b/cmd/web/templates/projects/htmx-show.tmpl
index e5f6875..e5f6875 100644
--- a/cmd/web/templates/articles/htmx-show.tmpl
+++ b/cmd/web/templates/projects/htmx-show.tmpl
diff --git a/cmd/web/templates/articles/partials/comments-card.tmpl b/cmd/web/templates/projects/partials/comments-card.tmpl
index 1e6062a..1e6062a 100644
--- a/cmd/web/templates/articles/partials/comments-card.tmpl
+++ b/cmd/web/templates/projects/partials/comments-card.tmpl
diff --git a/cmd/web/templates/articles/partials/comments-form.tmpl b/cmd/web/templates/projects/partials/comments-form.tmpl
index c88cac6..c88cac6 100644
--- a/cmd/web/templates/articles/partials/comments-form.tmpl
+++ b/cmd/web/templates/projects/partials/comments-form.tmpl
diff --git a/cmd/web/templates/articles/partials/comments-wrapper.tmpl b/cmd/web/templates/projects/partials/comments-wrapper.tmpl
index 2f401de..2f401de 100644
--- a/cmd/web/templates/articles/partials/comments-wrapper.tmpl
+++ b/cmd/web/templates/projects/partials/comments-wrapper.tmpl
diff --git a/cmd/web/templates/articles/partials/detail-post-meta.tmpl b/cmd/web/templates/projects/partials/detail-post-meta.tmpl
index eb957b4..eb957b4 100644
--- a/cmd/web/templates/articles/partials/detail-post-meta.tmpl
+++ b/cmd/web/templates/projects/partials/detail-post-meta.tmpl
diff --git a/cmd/web/templates/articles/partials/favorite-button.tmpl b/cmd/web/templates/projects/partials/favorite-button.tmpl
index f72a320..f72a320 100644
--- a/cmd/web/templates/articles/partials/favorite-button.tmpl
+++ b/cmd/web/templates/projects/partials/favorite-button.tmpl
diff --git a/cmd/web/templates/articles/partials/follow-button.tmpl b/cmd/web/templates/projects/partials/follow-button.tmpl
index 73cd023..73cd023 100644
--- a/cmd/web/templates/articles/partials/follow-button.tmpl
+++ b/cmd/web/templates/projects/partials/follow-button.tmpl
diff --git a/cmd/web/templates/articles/show.tmpl b/cmd/web/templates/projects/show.tmpl
index 2078016..2078016 100644
--- a/cmd/web/templates/articles/show.tmpl
+++ b/cmd/web/templates/projects/show.tmpl
diff --git a/cmd/web/templates/users/htmx-users-articles.tmpl b/cmd/web/templates/users/htmx-users-projects.tmpl
index d002097..d002097 100644
--- a/cmd/web/templates/users/htmx-users-articles.tmpl
+++ b/cmd/web/templates/users/htmx-users-projects.tmpl
diff --git a/cmd/web/templates/users/partials/article-favorite-button.tmpl b/cmd/web/templates/users/partials/project-favorite-button.tmpl
index 5a70718..5a70718 100644
--- a/cmd/web/templates/users/partials/article-favorite-button.tmpl
+++ b/cmd/web/templates/users/partials/project-favorite-button.tmpl