Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions themes/memmachine/layouts/_partials/blog-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

<div class="card-date">
{{ with .Params.author }}
<h6><a href="#">{{ . }}</a></h6>
<h6>{{ . }}</h6>
<svg width="2" height="2" viewBox="0 0 2 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.374 1.862C1.194 1.862 1.04 1.802 0.912 1.682C0.784 1.558 0.72 1.404 0.72 1.22C0.72 1.036 0.784 0.884 0.912 0.764C1.04 0.64 1.194 0.578 1.374 0.578C1.546 0.578 1.692 0.64 1.812 0.764C1.936 0.884 1.998 1.036 1.998 1.22C1.998 1.404 1.936 1.558 1.812 1.682C1.692 1.802 1.546 1.862 1.374 1.862Z" fill="#A6A6C9"></path>
</svg>
{{ end }}
<p style="margin: 0">
<a href="#">{{ .Date.Format "January 2, 2006" }}</a>
{{ .Date.Format "January 2, 2006" }}
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion themes/memmachine/layouts/_partials/home-sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="title">
>Start Building
</a>
<a
href="#"
href="https://playground.memmachine.ai"
class="btn btn-primary mx-2"
data-aos="fade-up"
data-aos-delay="200"
Expand Down
4 changes: 2 additions & 2 deletions themes/memmachine/layouts/_partials/pricing-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h3>Open Source</h3>
<h4><span>$0</span><sub>/ forever</sub></h4>
<p class="pricing-description">Self-hosted on your own infrastructure.</p>
<div class="pricing-button">
<a href="#" class="btn btn-primary">View on GitHub</a>
<a href="#" class="btn btn-secondary">Explore Playground</a>
<a href="https://github.com/MemMachine/MemMachine" class="btn btn-primary">View on GitHub</a>
<a href="https://playground.memmachine.ai" class="btn btn-secondary">Explore the Playground</a>
</div>
<ul class="feature-list">
<li><i class="fa-solid fa-circle-check"></i> All Memory Types</li>
Expand Down