refactor modules
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
|
||||
<footer class="text-sm px-4">
|
||||
<h3 class="text-xl font-semibold text-blue-900 my-2">
|
||||
{{crate::pages::project::translate_classification(project.metadata.classification)}}
|
||||
{{crate::projects::project_model::translate_classification(project.metadata.classification)}}
|
||||
</h3>
|
||||
<ul class="inline-block">
|
||||
{% for tag in project.metadata.tags %}
|
||||
|
@ -52,7 +52,7 @@
|
||||
<hr class="border-blue-950 m-5">
|
||||
|
||||
<ul class="mx-5">
|
||||
{% for post in featured_posts %}
|
||||
{% for post in featured_blog_posts %}
|
||||
<li>
|
||||
{% include "components/post_preview.html" %}
|
||||
<hr class="border-blue-950 my-5">
|
||||
|
Reference in New Issue
Block a user