Skip to content

Commit 6bf0d2b

Browse files
committed
Update homepage positioning copy
1 parent 10df050 commit 6bf0d2b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

theme/templates/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{% extends "base.html" %}
22

3-
{% block title %}Sohail Mohammad - Production AI Infra & Adjacent Thoughts{% endblock %}
4-
{% block meta_description %}Forward deployed engineer at Together AI. Notes on production AI infrastructure, inference economics, post-training, systems, and adjacent thoughts.{% endblock %}
5-
{% block og_title %}Sohail Mohammad - Production AI Infra & Adjacent Thoughts{% endblock %}
6-
{% block og_description %}Forward deployed engineer at Together AI. Notes on production AI infrastructure, inference economics, post-training, systems, and adjacent thoughts.{% endblock %}
7-
{% block twitter_title %}Sohail Mohammad - Production AI Infra & Adjacent Thoughts{% endblock %}
8-
{% block twitter_description %}Forward deployed engineer at Together AI. Notes on production AI infrastructure, inference economics, post-training, systems, and adjacent thoughts.{% endblock %}
3+
{% block title %}Sohail Mohammad - Production AI and Adjacent Thoughts{% endblock %}
4+
{% block meta_description %}Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.{% endblock %}
5+
{% block og_title %}Sohail Mohammad - Production AI and Adjacent Thoughts{% endblock %}
6+
{% block og_description %}Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.{% endblock %}
7+
{% block twitter_title %}Sohail Mohammad - Production AI and Adjacent Thoughts{% endblock %}
8+
{% block twitter_description %}Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.{% endblock %}
99
{% block nav_home %} class="active" aria-current="page"{% endblock %}
1010
{% block body_class %} class="home-page"{% endblock %}
1111

1212
{% block content %}
1313
<section class="hero hero--positioning">
1414
<div class="hero-content">
1515
<p class="hero-kicker">Sohail Mohammad</p>
16-
<h1 class="hero-name">Production AI Infra &amp; Adjacent Thoughts</h1>
17-
<p class="hero-bio">Forward deployed engineer at Together AI. Notes on inference economics, post-training, systems, and adjacent thoughts.</p>
16+
<h1 class="hero-name">Production AI and Adjacent Thoughts</h1>
17+
<p class="hero-bio">Forward deployed engineer at Together AI. Notes on production AI and adjacent thoughts.</p>
1818
<div class="hero-actions">
1919
<a href="{{ SITEURL }}/pages/inference-economics/" class="site-btn">Inference Economics</a>
2020
<a href="{{ SITEURL }}/book/" class="site-btn site-btn--soft">Read the Field Guide</a>

0 commit comments

Comments
 (0)