File tree Expand file tree Collapse file tree 4 files changed +23
-13
lines changed
Expand file tree Collapse file tree 4 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import "splitpanes/dist/splitpanes.css";
2525if (import .meta .server ) {
2626 useSeoMeta ({
2727 title:
28- " Documatt Snippets - Sphinx reStucturedText and Markdown online preview and editor" ,
28+ " Snippets - Sphinx reStucturedText and Markdown online preview and editor" ,
2929 ogTitle: " Sphinx reStucturedText and Markdown online preview and editor" ,
3030 description:
3131 " Preview and edit reStructuredText or Markdown (MyST) documents online with Sphinx and Docutils without installing it." ,
Original file line number Diff line number Diff line change 33 class =" flex flex-col items-center justify-between gap-4 border-t border-b border-slate-300 bg-[#f8fafc] px-6 py-1 text-slate-500 lg:flex-row dark:bg-slate-800 dark:text-slate-400"
44 >
55 <!-- Left-side logo and motto -->
6- <div class =" flex items-center gap-4" >
7- <a href =" https://documatt.com" class =" " >
8- <NuxtImg
9- src =" /images/documatt-logo.svg"
10- alt =" Documatt logo"
11- class =" h-[0.7lh]"
12- />
13- </a >
14- <h1 class =" text-sm font-bold" >
15- reStructuredText and Markdown live preview
6+ <div class =" flex items-center" >
7+ <NuxtImg
8+ src =" /images/snippets-logo.svg"
9+ alt =" Documatt Snippets logo"
10+ class =" w-12"
11+ />
12+ <h1 class =" text-primary text-xl font-bold" >Snippets</h1 >
13+ <h1 class =" ml-4 text-sm font-bold" >
14+ Edit, preview and learn reStructuredText and Markdown.
1615 </h1 >
1716 </div >
1817
2423 More functions?
2524 <a href =" https://documatt.com" target =" _blank" >
2625 <button
27- class =" btn btn-outline border-accent hover:bg-primary bg-accent text-gray-100 hover:text-slate-200"
26+ class =" btn btn-dash hover:bg-primary text-slate-500 hover:text-slate-200"
2827 >
2928 Try Documatt
3029 <Icon name =" prime:arrow-right" />
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default defineNuxtConfig({
1919 } ,
2020 app : {
2121 head : {
22- link : [ { rel : "icon" , href : "/images/snippets-icon .svg" } ] ,
22+ link : [ { rel : "icon" , href : "/images/snippets-logo .svg" } ] ,
2323 meta : [ { name : "itemprop" , content : "**[[!!IAMUP!!]]**" } ] ,
2424 // the rest SEO metas in app/app.vue
2525 } ,
You can’t perform that action at this time.
0 commit comments