mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
minor updates
This commit is contained in:
parent
a70e219fbd
commit
d5477fbf9f
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
desc: "writing about computers, math, hacks, games, and life"
|
desc: "a weblog about computers, math, hacks, games, and life"
|
||||||
image: "./images/gradient-ascent.jpg"
|
image: "./images/gradient-ascent.jpg"
|
||||||
lang: "en"
|
lang: "en"
|
||||||
stylesheet: "default"
|
stylesheet: "default"
|
||||||
title: "blog | youwen wu"
|
title: "youwen wu"
|
||||||
---
|
---
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="$lang$">
|
<html lang="$lang$">
|
||||||
<head>
|
<head>
|
||||||
<title>$title$</title>
|
<title>$title$ | gradient ascent</title>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-8 mb-3 px-1 italic">
|
<p class="mt-8 mb-3 px-1 italic">
|
||||||
writing about computers, math, hacks, games, and life.
|
a web-log about computers, math, hacks, games, and life.
|
||||||
</p>
|
</p>
|
||||||
<a class="text-sm external-link" href="https://youwen.dev"
|
<a class="text-sm external-link" href="https://youwen.dev"
|
||||||
>by Youwen Wu</a
|
>by Youwen Wu</a
|
||||||
|
|
Loading…
Reference in a new issue