Check linkedin & available websites
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
class="rounded-full bg-gray-200 w-8 h-8 border-2 border-gray-400 mx-auto md:mx-0"
|
class="rounded-full bg-gray-200 w-8 h-8 border-2 border-gray-400 mx-auto md:mx-0"
|
||||||
></g-image>
|
></g-image>
|
||||||
</li> -->
|
</li> -->
|
||||||
<li>
|
<li v-if="$page.project.websites">
|
||||||
<a
|
<a
|
||||||
:href="$page.project.websites"
|
:href="$page.project.websites"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
<font-awesome :icon="['fas', 'globe']" />
|
<font-awesome :icon="['fas', 'globe']" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li v-if="$page.project.linkedin">
|
||||||
<a
|
<a
|
||||||
:href="$page.project.linkedin"
|
:href="$page.project.linkedin"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user