Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
fixated chevron dimensions as part of page load... added breadcrumbs …
Browse files Browse the repository at this point in the history
…to old post tempalte
  • Loading branch information
qt-pixels committed Aug 13, 2024
1 parent d03e597 commit 1b62cb2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{% assign page_paths = site.header_pages | default: default_paths %}

{% if page.layout == "home" %}
<h2 class="home-heading">We are leaders in modern technology practises</h2>
<h2 class="home-heading">We are leaders in modern technology practices</h2>
<span class="search-text">browse or search our collection of blogs below</span>
{% include searchbox.html %}
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="home">

<div class="breadcrumb-wrapper home">
<a class="breadcrumb" href="/">Mechanical Rock Blogs <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<a class="breadcrumb" href="/">Mechanical Rock Blogs <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="6.5" height="10">
<path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>
</a>
</div>
Expand Down
8 changes: 8 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
---
layout: default
---

<div class="breadcrumb-wrapper post">
<a class="breadcrumb" href="/">Mechanical Rock Blogs <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="6.5" height="10">
<path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>
</a>
<span class="article-title">{{ page.title }}</span>
</div>

<article class="post h-entry" data-layoutversion="1" itemscope itemtype="http://schema.org/BlogPosting">

<header class="post-header">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/postv2.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<div class="breadcrumb-wrapper post">
<a class="breadcrumb" href="/">Mechanical Rock Blogs <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<a class="breadcrumb" href="/">Mechanical Rock Blogs <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="6.5" height="10">
<path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>
</a>
<span class="article-title">{{ page.title }}</span>
Expand Down
2 changes: 0 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ p {
font-weight: 700;
}
.breadcrumb svg {
font-size: 0.9em;
width: 0.5em;
fill: var(--color-brand-dark);
}
.breadcrumb-wrapper .article-title {
Expand Down

0 comments on commit 1b62cb2

Please sign in to comment.