You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ViewData["Description"] ="Learn about Copilot That Jawn - your comprehensive hub for Microsoft Copilot, GitHub Copilot, and AI productivity tools with a Philly flavor.";
<metaproperty="og:title"content="About - Copilot That Jawn" />
19
+
<metaproperty="og:description"content="Learn about Copilot That Jawn - your comprehensive hub for Microsoft Copilot, GitHub Copilot, and AI productivity tools with a Philly flavor." />
20
+
<metaproperty="og:url"content="@absoluteUrl" />
21
+
<metaproperty="og:type"content="website" />
22
+
<metaproperty="og:site_name"content="Copilot That Jawn" />
<metaname="twitter:title"content="About - Copilot That Jawn" />
30
+
<metaname="twitter:description"content="Learn about Copilot That Jawn - your comprehensive hub for Microsoft Copilot, GitHub Copilot, and AI productivity tools with a Philly flavor." />
ViewData["Title"] ="Contribute - Copilot That Jawn";
5
7
ViewData["Description"] ="Learn how to contribute tips, tricks, and insights to Copilot That Jawn by submitting pull requests to our GitHub repository.";
<metaproperty="og:title"content="Contribute to Copilot That Jawn" />
19
+
<metaproperty="og:description"content="Learn how to contribute tips, tricks, and insights to Copilot That Jawn by submitting pull requests to our GitHub repository." />
20
+
<metaproperty="og:url"content="@absoluteUrl" />
21
+
<metaproperty="og:type"content="website" />
22
+
<metaproperty="og:site_name"content="Copilot That Jawn" />
<metaname="twitter:title"content="Contribute to Copilot That Jawn" />
30
+
<metaname="twitter:description"content="Learn how to contribute tips, tricks, and insights to Copilot That Jawn by submitting pull requests to our GitHub repository." />
<metaproperty="og:title"content="@Model.Category Tips & Tricks - Copilot That Jawn" />
18
+
<metaproperty="og:description"content="Explore tips and tricks in the @Model.Category category for Microsoft Copilot, GitHub Copilot, and AI productivity tools." />
19
+
<metaproperty="og:url"content="@absoluteUrl" />
20
+
<metaproperty="og:type"content="website" />
21
+
<metaproperty="og:site_name"content="Copilot That Jawn" />
<metaname="twitter:title"content="@Model.Category Tips & Tricks - Copilot That Jawn" />
29
+
<metaname="twitter:description"content="Explore tips and tricks in the @Model.Category category for Microsoft Copilot, GitHub Copilot, and AI productivity tools." />
ViewData["Description"]=$"Discover tips and tricks in the {Category} category for Microsoft Copilot, GitHub Copilot, Azure AI, and more AI productivity tools.";
81
-
82
-
returnPage();
83
-
}
84
-
catch(Exceptionex)
85
-
{
86
-
_logger.LogError(ex,"Error loading tips for category: {Category}",Category);
87
-
returnRedirectToPage("/Error");
88
-
}
89
-
}
12
+
privatereadonlyIContentService_contentService;
13
+
privatereadonlyILogger<CategoryModel>_logger;
14
+
// Use default cache duration for category pages (6 hours) - categories change infrequently
ViewData["Description"]=$"Discover tips and tricks in the {Category} category for Microsoft Copilot, GitHub Copilot, Azure AI, and more AI productivity tools.";
85
+
86
+
returnPage();
87
+
}
88
+
catch(Exceptionex)
89
+
{
90
+
_logger.LogError(ex,"Error loading tips for category: {Category}",Category);
0 commit comments